jEdit Community - Resources for users of the jEdit Text Editor
Archives
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
"^" key doesn't work.
Submitted by Anonymous on Tuesday, 19 October, 2004 - 19:46
Hi,

As many TeX users, my work depends on the "^" symbol which doesn't work in JEdit, everywhere else it does. Is there any possibility to get it activated or is this a bug in jEdit? I'm running under Mandrake Linux 10.0 with XFree 4.3 and KDE 3.2.

Thanks in advance.
Oliver
Javafold + WhiteSpace = problem
Submitted by Anonymous on Wednesday, 20 October, 2004 - 02:16
Fold guides are not displayed as it should be if folding mode is set to java (using javafold plugin)
Plugin update
Submitted by Anonymous on Wednesday, 20 October, 2004 - 02:22
Plugin update allways reports that there is new version of Ant Helper (0.8.3) but i never get that new version.
Hiding unnecessary scrollbars
Submitted by Anonymous on Wednesday, 20 October, 2004 - 11:42
I would like the scrollbars (especially the horizontal scrollbar) to (individually) disappear when the text actually fits horizontally or vertically into the buffer. This provides about one more column and line of text and is especially helpful when you have more than one buffer open. I always like to see as much text as possible without having to scroll.

cu,
dwoakee.
Turning off the gutter
Submitted by Anonymous on Wednesday, 20 October, 2004 - 11:45
I searched extensively for an option / a possibility to turnoff the gutter in buffers completely. But I did not find one. Since I do not use any of the functions the gutter offers I would rather see one more column of text (especially when multiple buffers are open).

cu,
dwoakee.
Changing heap size on OSX
Submitted by arvid on Wednesday, 20 October, 2004 - 12:35
How do I do it on OSX? I've searched both the jEdit application dir and the .jedit dir
Press
Submitted by savithari on Wednesday, 20 October, 2004 - 21:01
Hello: I am inside a jedit buffer. It is of type jsp. I press the < key and immediately a drop down list box with entries like
International character input
Submitted by Anonymous on Thursday, 21 October, 2004 - 00:41
Whenever I type the a single quote (') or the double quote (") or a tilde (~) followed by certain letters it auto-corrects it into an accented character:

So:
'a => á
"a => ä
~n => ñ
"u => ü
/c => ¢
etc.

I am not sure if it is something Java is doing or if it is JEdit enabling international character input. This is under Windows XP SP2, JRE 1.5.0, Jedit 4.2. Either way, it makes writing program code a major pain.

Roger
The XML plugin don't find my DTD
Submitted by Marcogringo on Thursday, 21 October, 2004 - 07:23
Hi, I have a problem with the XML plugin : I can't find how to use it when a dtd (or an XML schema) is associated to a document.
Here is a part doctype of my document "my_tree.xml":
!DOCTYPE root SYSTEM "my_product.dtd" (encapsulate in < and > : sorry I didn't find how to post xml data in the forum)
"my_product.dtd" is in the same directory than "my_tree.xml" (loaded in a buffer of jEdit), but the XML plugin don't look finding it. It give an error for all elements et attributes, like "Element root must be declared". It is like if it doesn't able to find my dtd: it's the same thing if I write anything else for the system ID (dtd name) in "my_tree.xml".
Pleaaaase, I need an answer...
Make a "juste install" package
Submitted by Marcogringo on Thursday, 21 October, 2004 - 07:51
Hi,
I have create an application wich is a script engine. So, a lot of users of my application will have to write scripts. My scripts are in xml format. So, I have test a lot of XML editors. JEdit (with the XML plugin, and some others) I the only one that is free and great. Know, I would give JEdit to the users, with my application, but I would like that the users juste have to install a "special package" of JEdit, with XML plugin, using the embeded sideKick xml tree browser. So, the user will not have to download the plugins, configure it, .... Is it allowed to do it ? And if yes, how can I do the package ?
Renaming the current buffer file
Submitted by pachanga on Thursday, 21 October, 2004 - 10:10
Hi...

Is it possible somehow to rename the current buffer file? Just like in Ultraedit, i really miss this feature...
Minor FRE - closing empty unnamed buffers
Submitted by Anonymous on Thursday, 21 October, 2004 - 16:16
This is a minor thing, and not too much of a hassel to deal with, but it seems to me that if a buffer, which is untitled and zero size is closed, you should not be prompted to save. This is indeed how it works if the untitled buffer was never modified, but not how it works if the said buffer has ever changed.

For example. Open up a new buffer. Add some text. Delete all text. Close buffer. Now you are prompted about save, even though buffer is empty and unnamed.

This comes up frequently for me because I often use jEdit to do text manipulations for other programs (such as a the nice search/replace using regexp), or for deleting columns of text for another app, running a regexp search, etc.
Compiling Java with Jedit
Submitted by Lamerking on Thursday, 21 October, 2004 - 16:36
Hi all,

I`m new in using Jedit.
I installed the JavaStyle Plugin to program in Java.

But I don`t find the option to compile my source code.
Where can I do this?

Thx
removing shell integration
Submitted by Anonymous on Thursday, 21 October, 2004 - 18:45
How do I remove the (right-click) shell integration? THX.
pre13 version available?
Submitted by Anonymous on Saturday, 23 October, 2004 - 15:39
Is the 4.2 pre13 version available anywhere? It doesn't appear to be available on the jEdit download or Sourceforge pages. I'd like to download it in order to get the jEditLauncher inside it (no longer in the final 4.2 release).
How to change Ctrl+arrow behavior?
Submitted by Anonymous on Sunday, 24 October, 2004 - 10:52
In almost every text editor (even in Word), when I press ctrl+arrow, the caret moves to the next word. But jEdit goes to next "side of word". Little example:

Notepad caret stops:
|Strange |cater |behavior |in |jEdit

jEdit caret stops:
|Strange| |caret| |behavior| |in| |jEdit.

How can I change this?
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   108249
Context Free Art (*.cfdg)   0.31   46071
BBEdit scheme   1.0   18607
JBuilder scheme   .001   18508
ColdFusion scheme   1.0   18041
R Edit Mode - extensive version   0.1   17488
Advanced HTML edit mode   1.0   16222
Matlab Edit Mode   1.0   16086
jEdit XP icons   1.0   15245
XP icons for jEdit   1.1   14309