jEdit Community - Resources for users of the jEdit Text Editor
Archives
Customizing HyperSearch window behaviour
Submitted by seani on Monday, 11 October, 2004 - 22:21
I use a simple macro (bound to ALT-F) that calls up the HyperSearch window with a regex of ^function, the idea being to get a list of functions in a JavaScript file and skip to the required one.

This works fine, except I'd like the window to close as soon as I select the appropriate entry with ENTER.

Is there a way to achieve this?
[FAQ Candidate]: Can I modify the classpath of a macro?
Submitted by Anonymous on Tuesday, 12 October, 2004 - 10:53
Hi all,

Can I modify the classpath of a macro?
It seems that my question have to be inserted in jEdit FAQ.

------------- References from previous discussions Smiling

[1] Using external java libraries in macros 1 05/01/2004 - 6:38am
by AndreJRenard 05/03/2004 - 8:30am
by Brad Mace

[2] How do I modify the classpath of a macro? 0 04/09/2004 - 4:09am
by Anonymous

-------------

The only solution suggested in previous discussions by Brad
was to put my jars into jEdit folder.
That's good, but not too handy. BeanShell's addClassPath() command was
much better.

Currently I have my classes compiled in Eclipse workbench and can play
with them from BeanShell script as much as I like. I run my BeanShell scripts
from command-line currently and I hoped that jEdit's BeanShell Console can be
a better tool.

Changing class in Eclipse is enough for script. But if I had to create jar,
put it into jEdit folder and restart jEdit to catch the changes, it makes it
useless.

My suggestion is to reflect this behaviour in jEdit FAQ.

Best regards,
Egor Abramovich
egor_abramovich@mail.ru
third button paste under linux
Submitted by Anonymous on Tuesday, 12 October, 2004 - 16:09
I'm really disappointed, I'm just discovering this fantastic tool and the third button paste wont do anything !

(I mean by that when you select some text in a console for example and click the third button anywhere else: it pastes usually the selection.) Everywhere but not on jedit.

thanks
jobano@linux-fan.com
Whitespace plugin doesnt work in 4.2final
Submitted by pachanga on Wednesday, 13 October, 2004 - 05:58
First of all jEdit is a great stuff and i'm very impressed with it! I sent to trash my ultraedit Smiling

Whitespace plugin doesn't seem to be working properly in 4.2final. It simply doesn't show anything Sad I tried modified unofficial version of this plugin(this topic arose here already) and to no avail...

Can someone help me please?
Jedit 4.2 on Debian
Submitted by JLuca on Wednesday, 13 October, 2004 - 07:59
Hi all,
I am an enthusiastic jedit user, I use since a long time the version 4.1 on a Debian Sid. If I am not wrong I downloaded it as a .deb, and I had several problems with it (I must use the blackdawn jre to run it, apt-getted as well...). With the 4.2 I've big problems: it works just if I launch it as root, and this is not so pleasant... Please, let me know if I can fix it in some way (it's maybe obvious, but I don't have time to look for the solution of the problem...).
Btw, jedit is great, and I would like to go on in using it, instead than to pass at Eclipse...
Give me some advice Smiling
Regards,
L.
jEdit 4.2 closes by itself in Windows XP SP2
Submitted by Anonymous on Wednesday, 13 October, 2004 - 16:52
It installed just fine, and launches correctly. But as soon as I close the "Welcome" help page, the whole application closes. Java environment is Sun's j2re1.4.2_05.
How to set Commando to use jdk 1.5?
Submitted by shingler on Wednesday, 13 October, 2004 - 21:40
Hi all
How can i set the Console/Commando to use jdk 1.5?
For instance to compile a java file with the javac routine?
Many thanks
S
JPyDebug Problems
Submitted by Anonymous on Thursday, 14 October, 2004 - 03:55
I've installed the JPyDebug plugin, but can not get it to work. I have set the Python interreter to be my version of Python that's installed (2.3), and the jpy daemon script that is in my home directory. I get the fallowing error when I start the debugger.

C:\Python23\python.exe: can't open file 'C:\Documents'

Debug session Abort =2

Also sometime it says localhost instead of 'C:\Documents', and down at the very bottom of the debugger window I get this message.

ERROR :: python jpydebugger launcher ABORTED

Anyone have any ideas why this is not working? I even tried installing the jython plugin, but that did not seem to help either. Do I need jython installed to get the python debugger to work? Also below is some output from the Jedit acitvity log. Any suggestions would be much appreciated.

[notice] jEdit: Loading edit mode C:\Program Files\jEdit\modes\text.xml
[debug] EditBus: BufferUpdate[what=PROPERTIES_CHANGED,view=null,source=Untitled-1 (C:\Program Files\jEdit\)]
[debug] PythonJeditPanel: JpyDbg Message Handler entered:BufferUpdate[what=PROPERTIES_CHANGED,view=null,source=Untitled-1 (C:\Program Files\jEdit\)]
[debug] PythonJeditPanel: Entering bufferUpdate
[debug] PythonJeditPanel: JpyDbg Message Handler exited
[debug] EditBus: BufferUpdate[what=LOADED,view=null,source=Untitled-1 (C:\Program Files\jEdit\)]
[debug] PythonJeditPanel: JpyDbg Message Handler entered:BufferUpdate[what=LOADED,view=null,source=Untitled-1 (C:\Program Files\jEdit\)]
[debug] PythonJeditPanel: Entering bufferUpdate
[debug] PythonJeditPanel: buffer loaded :Untitled-1 mode = text
[debug] PythonJeditPanel: JpyDbg Message Handler exited
[notice] jEdit: Loading edit mode C:\Program Files\jEdit\modes\python.xml
[debug] EditBus: BufferUpdate[what=PROPERTIES_CHANGED,view=null,source=excel2html.py (Z:\dev\python\)]
[debug] PythonJeditPanel: JpyDbg Message Handler entered:BufferUpdate[what=PROPERTIES_CHANGED,view=null,source=excel2html.py (Z:\dev\python\)]
[debug] PythonJeditPanel: Entering bufferUpdate
[debug] PythonJeditPanel: JpyDbg Message Handler exited
[debug] jEdit: Loading services from jeditresource:/JPyDebug.jar!/services.xml
[debug] EditPlugin$JAR: Opening C:\Documents and Settings\jason\.jedit\jars\xmlParserAPIs.jar
[debug] EditPlugin$JAR: Opening C:\Documents and Settings\jason\.jedit\jars\xercesImpl.jar
[debug] JPYPythonParser: python: activated for excel2html.py (Z:\dev\python\)
[debug] EditBus: BufferUpdate[what=LOADED,view=null,source=excel2html.py (Z:\dev\python\)]
[debug] PythonJeditPanel: JpyDbg Message Handler entered:BufferUpdate[what=LOADED,view=null,source=excel2html.py (Z:\dev\python\)]
[debug] PythonJeditPanel: Entering bufferUpdate
[debug] PythonJeditPanel: buffer loaded :excel2html.py mode = python
[debug] PythonJeditPanel: JpyDbg Message Handler exited
[debug] EditBus: SideKickUpdate[source=null]
[debug] PythonJeditPanel: JpyDbg Message Handler entered:SideKickUpdate[source=null]
[debug] PythonJeditPanel: JpyDbg Message Handler exited
[debug] WorkThread: Work request thread starting [SideKick #1]
[debug] WorkThread: Running in work thread: [id=6,run=sidekick.SideKick$ParseRequest@1a4181c]
[debug] JPYPythonParser: entering parser
[notice] Thread-4: C:\Python23\python.exe: can't open file 'C:\Documents'
[debug] EditBus: ErrorSourceUpdate[source=null,what=ERROR_SOURCE_ADDED,errorSource=errorlist.DefaultErrorSource[SideKick],error=null]
[debug] DockableWindowManager: Loading dockables from jeditresource:/ErrorList.jar!/dockables.xml
[debug] PythonJeditPanel: JpyDbg Message Handler entered:ErrorSourceUpdate[source=null,what=ERROR_SOURCE_ADDED,errorSource=errorlist.DefaultErrorSource[SideKick],error=null]
[debug] PythonJeditPanel: JpyDbg Message Handler exited
[debug] EditBus: SideKickUpdate[source=null]
[debug] PythonJeditPanel: JpyDbg Message Handler entered:SideKickUpdate[source=null]
[debug] PythonJeditPanel: JpyDbg Message Handler exited
[debug] ActionSet: Loading actions from jeditresource:/Background.jar!/actions.xml
Proper Case (proper_case.bsh v1.0 by Jonathan Broome)
Submitted by jpbroome on Thursday, 14 October, 2004 - 14:54
A beanshell macro to convert selected text to Proper Case, in which the first letter of each word in the selection is Capitalized.
File-saving permissions under Windows XP
Submitted by Afishionado on Friday, 15 October, 2004 - 21:27
For whatever reason, whenever I try to save a new file with jEdit under Windows XP, I get the error "Insufficient permissions to save file." If I create the file with Notepad, I can overwrite it to my heart's content with jEdit.

Oh, yeah, I'm using jEdit 4.1. I have no problems using it under Linux.

Is this a bug, or is there just something weird about my configuration?

A'fish'ionado
Block copy/paste request
Submitted by Hans_Bauer on Saturday, 16 October, 2004 - 17:40
Dear JEdit team,

working a lot with JEdit using block copy and paste i miss a very useful feature, some other editors offer. So at the moment it's hard for me to change to JEdit completely even though i wish to do this.

With JEdit we need to select a block using the ctrl-key, count the number of the selected lines in the block, select the same number of lines in the target area and insert the block (ctrl-v). This is very hard for large blocks with many lines, expecially because the statusline does not show the number of the selected lines.

It would be very useful to be able to paste the selected block into the target area only by setting the cursor to the upper left corner of the target and pressing ctrl-v.

An example to show my problem:
Assume the block of 'X' should be copied between 'c' and 'd' (should be read with fixed font)

aaaaa bbbbbbbbb
aXXXa cccdddeee
aXXXa f
aXXXa ggghhhiii
aaaaa jjjjjjjjj

The intuitive way is to select the block of 'X', press ctrl-c, move the cursor between 'c' and 'd' and press crtl-v to get

aaaaa bbbbbbbbb
aXXXa cccXXXdddeee
aXXXa f XXX
aXXXa gggXXXhhhiii
aXXXa jjjjjjjjj

At the moment the above procedure leads to

aaaaa bbbbbbbbb
axxxa cccXXX
XXX
XXXdddeee
axxxa f
axxxa ggghhhiii
aaaaa jjjjjjjjj

I hope you agree with my request. Is there a possibility to implement this?

I appreciate your great work coding one of the best editors found in the net.
Thanks you all.

Yours
Hans Bauer
Block copy/paste request
Submitted by Hans_Bauer on Saturday, 16 October, 2004 - 17:41
Dear JEdit team,

working a lot with JEdit using block copy and paste i miss a very useful feature, some other editors offer. So at the moment it's hard for me to change to JEdit completely even though i wish to do this.

With JEdit we need to select a block using the ctrl-key, count the number of the selected lines in the block, select the same number of lines in the target area and insert the block (ctrl-v). This is very hard for large blocks with many lines, expecially because the statusline does not show the number of the selected lines.

It would be very useful to be able to paste the selected block into the target area only by setting the cursor to the upper left corner of the target and pressing ctrl-v.

An example to show my problem:
Assume the block of 'X' should be copied between 'c' and 'd' (should be read with fixed font)

aaaaa bbbbbbbbb
aXXXa cccdddeee
aXXXa f
aXXXa ggghhhiii
aaaaa jjjjjjjjj

The intuitive way is to select the block of 'X', press ctrl-c, move the cursor between 'c' and 'd' and press crtl-v to get

aaaaa bbbbbbbbb
aXXXa cccXXXdddeee
aXXXa f XXX
aXXXa gggXXXhhhiii
aXXXa jjjjjjjjj

At the moment the above procedure leads to

aaaaa bbbbbbbbb
axxxa cccXXX
XXX
XXXdddeee
axxxa f
axxxa ggghhhiii
aaaaa jjjjjjjjj

I hope you agree with my request. Is there a possibility to implement this?

I appreciate your great work coding one of the best editors found in the net.
Thanks you all.

Yours
Hans Bauer
XML plugin - what's wrong
Submitted by Anonymous on Saturday, 16 October, 2004 - 17:54
I'm new to jEdit and I wonder what am I doing wrong when I write
Command console - How can I clear drop down list of strings entered
Submitted by dustfinger on Monday, 18 October, 2004 - 03:43
I am certain this question has been asked on this forum many times, but I can't seem to find it anywhere so I am going to ask it here now. I want to know how to clear the list of strings in the colsole drop down box. My list keeps getting bigger and bigger as I use this for various projects and I desperately want to clear it now but I can't figure out how for the life of me. I can't seem to find it in the help files either. I am sure I am just as blind as a bat, but if someone could help me out here I would really appreciate it. Thanks in advance.

dustfinger.
for long lines macro generate Error - Array index out of range: 3
Submitted by Anonymous on Monday, 18 October, 2004 - 17:10
Why this macro generate Error?


__________________________________________________________
I write this macro:
// Delete 3 chars at start of line for all except first line
// delete lines longer then 930 characters

textArea.goToBufferStart(false);
textArea.goToNextLine(false);

int textAreagetLineCount=textArea.getLineCount();
java.lang.String pos ="";

for(int j = 0; j < textAreagetLineCount; ++j)
{
textArea.goToNextCharacter(false);
textArea.goToNextCharacter(false);
textArea.goToNextCharacter(false);
textArea.deleteToStartOfLine();

textArea.goToStartOfLine(false);

if(textArea.getLineLength(j) >= 930)
{
textArea.deleteLine();

}
textArea.goToNextLine(false);
textArea.goToStartOfLine(false);
}
buffer.save(view,null,true);
jEdit.closeBuffer(view,buffer);









__________________________________________________________
and example of file:
----Begin of file---
title
g line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long lineg line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long lineg line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line long line
g line long line long line long line
---End of file---







__________________________________________________________
produce this error:
java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 3

at org.gjt.sp.jedit.Buffer.getLineEndOffset(Buffer.java:935)

at org.gjt.sp.jedit.Buffer.getLineLength(Buffer.java:958)

at org.gjt.sp.jedit.textarea.JEditTextArea.getLineLength(JEditTextArea.java:1280)

at sun.reflect.GeneratedMethodAccessor21.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at bsh.Reflect.invokeOnMethod(Reflect.java:149)

at bsh.Reflect.invokeObjectMethod(Reflect.java:81)

at bsh.Name.invokeMethod(Name.java:856)

at bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:72)

at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:102)

at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:47)

at bsh.BSHBinaryExpression.eval(BSHBinaryExpression.java:52)

at bsh.BSHIfStatement.evaluateCondition(BSHIfStatement.java:63)

at bsh.BSHIfStatement.eval(BSHIfStatement.java:46)

at bsh.BSHBlock.evalBlock(BSHBlock.java:130)

at bsh.BSHBlock.eval(BSHBlock.java:80)

at bsh.BSHBlock.eval(BSHBlock.java:46)

at bsh.BSHForStatement.eval(BSHForStatement.java:111)

at bsh.Interpreter.eval(Interpreter.java:641)

at org.gjt.sp.jedit.BeanShell._runScript(BeanShell.java:355)

at org.gjt.sp.jedit.BeanShell._runScript(BeanShell.java:284)

at org.gjt.sp.jedit.BeanShell.runScript(BeanShell.java:210)

at org.gjt.sp.jedit.Macros$BeanShellHandler.runMacro(Macros.java:990)

at org.gjt.sp.jedit.Macros$Macro.invoke(Macros.java:417)

at org.gjt.sp.jedit.gui.InputHandler.invokeAction(InputHandler.java:229)

at org.gjt.sp.jedit.jEdit$3.invokeAction(jEdit.java:2910)

at org.gjt.sp.jedit.EditAction$Wrapper.actionPerformed(EditAction.java:216)

at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)

at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)

at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)

at javax.swing.DefaultButtonModel.setPressed(Unknown Source)

at javax.swing.AbstractButton.doClick(Unknown Source)

at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)

at javax.swing.plaf.basic.BasicMenuItemUI$MenuDragMouseHandler.menuDragMouseReleased(Unknown Source)

at javax.swing.JMenuItem.fireMenuDragMouseReleased(Unknown Source)

at javax.swing.JMenuItem.processMenuDragMouseEvent(Unknown Source)

at javax.swing.JMenuItem.processMouseEvent(Unknown Source)

at javax.swing.MenuSelectionManager.processMouseEvent(Unknown Source)

at javax.swing.plaf.basic.BasicMenuUI$MouseInputHandler.mouseReleased(Unknown Source)

at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)

at java.awt.Component.processMouseEvent(Unknown Source)

at java.awt.Component.processEvent(Unknown Source)

at java.awt.Container.processEvent(Unknown Source)

at java.awt.Component.dispatchEventImpl(Unknown Source)

at java.awt.Container.dispatchEventImpl(Unknown Source)

at java.awt.Component.dispatchEvent(Unknown Source)

at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)

at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)

at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)

at java.awt.Container.dispatchEventImpl(Unknown Source)

at java.awt.Window.dispatchEventImpl(Unknown Source)

at java.awt.Component.dispatchEvent(Unknown Source)

at java.awt.EventQueue.dispatchEvent(Unknown Source)

at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)

at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)

at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

at java.awt.EventDispatchThread.run(Unknown Source)
Jane Plugin
Submitted by mbirth on Monday, 18 October, 2004 - 22:16
After fixing/changing two lines of the Jane-Plugin, its parser now complains about a <String,String> inside the Runtime-Sourcecode.

 

Fixes:
jane\lang\CommentProxySupport.java, line 76
OLD: if ((mInfo.getComment()==null) || (mInfo.getComment().trim().equals("")))
NEW: if (mInfo==null || (mInfo.getComment()==null) || (mInfo.getComment().trim().equals("")))
(Caused NullPointerException.)

 

jane\lang\MemberInfoBase.java, line 132
OLD: StringTokenizer st = new StringTokenizer(aComment, "\r\n");
NEW: StringTokenizer st = new StringTokenizer(aComment, "\n");
(Because \n is used in SUN's JavaDocs and Sources for the Runtime. Also you can split on \n because afaik the \r get's automagically removed by the trim() procedure a few lines further down.)

 

My Jane-settings:
CLASS: C:\Progra~1\Java\jre1.5.0\lib\rt.jar
SOURCE: C:\Progra~1\Java\jdk1.5.0\src\
JDOC: C:\Progra~1\Java\jdk1.5.0\docs\api\

 

Now, when typing "System." in jEdit, Jane parses the sourcecode and breaks with

 

[error] SideKick #1: 80 [SideKick #1] ERROR ccparser.JavaParser  - file:/C:/Progra~1/Java/jdk1.5.0/src/java/lang/System.java
[error] SideKick #1: jane.parser.ccparser.ParseException: Encountered "<" at line 840, column 32.
[error] SideKick #1: Was expecting one of:
[error] SideKick #1:     <IDENTIFIER> ...
[error] SideKick #1:     "[" ...
[error] SideKick #1:     
[error] SideKick #1:  at jane.parser.ccparser.JavaParser.generateParseException(JavaParser.java:4007)

 

The line in the System.java is:
public static java.util.Map getenv() {

 

Is there anybody out there who knows the ccparser used in Jane? It looks somewhat complex to me and I don't want to spend the next few weeks' evenings analyzing it just to fix this little bug...

 

btw: I didn't find any code for handling the Runtime-JavaDocs. But perhaps I didn't look deep enough into the code. For me, it looks as if only comments from Runtime-sourcecode are taken ...

 

Best regards,
-mARKUS

How to open a open a class's source file from a variable of the class's type?
Submitted by blowfish on Tuesday, 19 October, 2004 - 00:13
Hi

When I use other editors like IDEA from IntelliJ, there is a facility by which, if I select a variable name or a Class name in an open buffer, I can choose an option to directly open the source code of the Class file, so long as it is in the project. I can also go to the declaration of the variable.

Is there a similar facility in jEdit? I have been searching if this facility is available, but I have not been able to locate it. Please let me know if you are aware as to how this can be done? Or is it a new feature altogether?

Rgds.
gruntspud broken pipe
Submitted by Anonymous on Tuesday, 19 October, 2004 - 09:37
hi all,
i'm tryng to use gruntspud plugin, but every time i use a command like checkout i have a "broken pipe" error.

maybe i don't set some preferences, i don't know

this is my activity log:
[notice] CommandGroup: 424637 [CommandGroup] INFO CVS - Ignore file filter set
[error] CommandGroup: java.io.IOException: Broken pipe
[error] CommandGroup: at java.io.FileOutputStream.writeBytes(Native Method)
[error] CommandGroup: at java.io.FileOutputStream.write(FileOutputStream.java:260)
[error] CommandGroup: at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
[error] CommandGroup: at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)
[error] CommandGroup: at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:124)
[error] CommandGroup: at java.io.FilterOutputStream.flush(FilterOutputStream.java:123)
[error] CommandGroup: at org.netbeans.lib.cvsclient.Client.processRequests(Client.java:422)
[error] CommandGroup: at org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand.execute(CheckoutCommand.java:272)
[error] CommandGroup: at org.netbeans.lib.cvsclient.Client.executeCommand(Client.java:518)
[error] CommandGroup: at gruntspud.CVSCommandHandler$CommandGroup.doCommand(CVSCommandHandler.java:581)
[error] CommandGroup: at gruntspud.CVSCommandHandler$CommandGroup.doDir(CVSCommandHandler.java:510)
[error] CommandGroup: at gruntspud.CVSCommandHandler$CommandGroup.doNodes(CVSCommandHandler.java:388)
[error] CommandGroup: at gruntspud.CVSCommandHandler$CommandGroup.run(CVSCommandHandler.java:330)
[notice] CommandGroup: 426548 [CommandGroup] ERROR CVS - org.netbeans.lib.cvsclient.command.CommandException: Broken pipe
[notice] CommandGroup: 426548 [CommandGroup] ERROR CVS - Command unit exception
[notice] CommandGroup: java.io.IOException: Broken pipe
[notice] CommandGroup: at java.io.FileOutputStream.writeBytes(Native Method)
[notice] CommandGroup: at java.io.FileOutputStream.write(FileOutputStream.java:260)
[notice] CommandGroup: at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
[notice] CommandGroup: at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)
[notice] CommandGroup: at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:124)
[notice] CommandGroup: at java.io.FilterOutputStream.flush(FilterOutputStream.java:123)
[notice] CommandGroup: at org.netbeans.lib.cvsclient.Client.processRequests(Client.java:422)
[notice] CommandGroup: at org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand.execute(CheckoutCommand.java:272)
[notice] CommandGroup: at org.netbeans.lib.cvsclient.Client.executeCommand(Client.java:518)
[notice] CommandGroup: at gruntspud.CVSCommandHandler$CommandGroup.doCommand(CVSCommandHandler.java:581)
[notice] CommandGroup: at gruntspud.CVSCommandHandler$CommandGroup.doDir(CVSCommandHandler.java:510)
[notice] CommandGroup: at gruntspud.CVSCommandHandler$CommandGroup.doNodes(CVSCommandHandler.java:388)
[notice] CommandGroup: at gruntspud.CVSCommandHandler$CommandGroup.run(CVSCommandHandler.java:330)
[notice] CommandGroup: 429614 [CommandGroup] ERROR CVS - Command unit exception
[notice] CommandGroup: java.io.IOException: Broken pipe
[notice] CommandGroup: at java.io.FileOutputStream.writeBytes(Native Method)
[notice] CommandGroup: at java.io.FileOutputStream.write(FileOutputStream.java:260)
[notice] CommandGroup: at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
[notice] CommandGroup: at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)
[notice] CommandGroup: at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:124)
[notice] CommandGroup: at java.io.FilterOutputStream.flush(FilterOutputStream.java:123)
[notice] CommandGroup: at org.netbeans.lib.cvsclient.Client.processRequests(Client.java:422)
[notice] CommandGroup: at org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand.execute(CheckoutCommand.java:272)
[notice] CommandGroup: at org.netbeans.lib.cvsclient.Client.executeCommand(Client.java:518)
[notice] CommandGroup: at gruntspud.CVSCommandHandler$CommandGroup.doCommand(CVSCommandHandler.java:581)
[notice] CommandGroup: at gruntspud.CVSCommandHandler$CommandGroup.doDir(CVSCommandHandler.java:510)
[notice] CommandGroup: at gruntspud.CVSCommandHandler$CommandGroup.doNodes(CVSCommandHandler.java:388)
[notice] CommandGroup: at gruntspud.CVSCommandHandler$CommandGroup.run(CVSCommandHandler.java:330)
[debug] EditBus: ErrorSourceUpdate[source=null,what=ERROR_ADDED,errorSource=gruntspud.jedit.ErrorListGruntspudCVSListener@1e94001,error=gruntspud.jedit.ErrorListGruntspudCVSListener$GruntspudCVSError@7413e8]
[notice] AWT-EventQueue-0: 430485 [AWT-EventQueue-0] INFO Plugin - Saving progress dialog geometry cvsCommand.progressDialog.geometry as java.awt.Dimension[width=182,height=154]

thanks a lot
ps. nice job man, i love jedit
What's next?
Submitted by pcause on Tuesday, 19 October, 2004 - 12:38
Glad to see the release and love it, as always. Any thoughts on what is next, timing, etc?
resin
Submitted by troublesome on Tuesday, 19 October, 2004 - 18:04
i'd like to request a plugin for resin/j2ee development. if there is one already, could somebody tell me what it's called? thanks
User login
Browse archives
« October 2004 »
MoTuWeThFrSaSu
 
6
10
17
22
26
Poll
Are you interested in language packs for jEdit?
Yes, and I could help maintain translations
26%
Yes, I'd like to have translations
32%
Indifferent
35%
No, that'd be bad (please comment)
7%
Total votes: 1093
Syndication
file   ver   dls
German Localization light   4.4.2.1   107800
Context Free Art (*.cfdg)   0.31   46069
BBEdit scheme   1.0   18605
JBuilder scheme   .001   18506
ColdFusion scheme   1.0   18039
R Edit Mode - extensive version   0.1   17486
Advanced HTML edit mode   1.0   16220
Matlab Edit Mode   1.0   16084
jEdit XP icons   1.0   15243
XP icons for jEdit   1.1   14306