Server ? networkAccess ?
is it possible to access a Jedit Instance on computer A from computer B ?
Emacs-like key bindings for jedit?
Submitted by Anonymous on Tuesday, 11 May, 2004 - 03:45
Where can I find emacs-like key bindings for jedit? A google search didn't turn anything up.
Thanks,
-Mike
Show size of selected text
Submitted by
uhuebner on
Wednesday, 12 May, 2004 - 05:48
I often have to check the length of a text/variable. In UltraEdit I used to just select the text and it showed the length in the status bar. Can this be implemented?
Thanks
uhuebner
Docking windows open to outside
Submitted by
uhuebner on
Wednesday, 12 May, 2004 - 05:53
I am using jEdit not at full screen and fit it's size to the text. So when I open a docking window it reduces my editing window. It would be great if there would be an option to expand docking windows to the outside leaving the editing window untouched.
Thanks
uhuebner
Creating Custom Syntax Highlighting
Submitted by Anonymous on Wednesday, 12 May, 2004 - 14:54
Is there any way to create custom highlighting for file types not listed (e.g. custom test scripts etc)
A 'Go to definition' code browser macro. (Open_Selected_Class.bsh v1.3 by Steve Ewart)
Submitted by
sewart on
Wednesday, 12 May, 2004 - 20:08
Highlight a class name, run the macro and it will automatically open the source for that class.
Similar to "Go to definition" in Visual Studio. Very useful when browsing source code. Could not imagine coding Java in JEdit without this.
It can access many different source paths; your projects source, JDK source, etc. Just modify the 'searchPath' at the top of the macro to reflect where your JDK source code (or any source code) is located.
Source code for the highlighted class will be opened if:
The cursor is on a class name in any part of the file AND
there is a import for the class OR
there is a wildcard import containing the class OR
the class is in the current package (current directory) OR
the class is in the java.lang source directory (searchPath must be set)
the class is in a different project than current project (searchPath must be set)
The cursor is on a line with an import statement
A fully qualified class is highlighted (not necessarily an import statement)
Limitations:
It cannot open a file if the package cannot be appended to any part of the current file's directory structure.
It only works with java files, other languages are not supported.
Will only find (scroll to) inner classes if it is in an import.
java.lang.ClassCastException at org.gjt.sp.jedit.buffer.KillRing.propertiesChanged(KillRing.java:49)
Submitted by
Skylark on
Wednesday, 12 May, 2004 - 21:11
Hello,
I don't think this is an FAQ, I've looked around and can't seem to find anything like this either on the forums or on the jedit.org site...
When starting jEdit, the progress bar on the splash screen stops at about 45% and jEdit never starts up. When I try to run it from the command line, I get the following:
D:\Program Files\jEdit 4.2pre12>java -jar jedit.jar
Exception in thread "main" [error] main: java.lang.ClassCastException
[error] main: at org.gjt.sp.jedit.buffer.KillRing.propertiesChanged(KillRing.java:49)
[error] main: at org.gjt.sp.jedit.jEdit.propertiesChanged(jEdit.java:879)
[error] main: at org.gjt.sp.jedit.jEdit.main(jEdit.java:401)
Is this anything I can fix (a problem in my profile or something like that)? This is on one of the machines at school. At home I never had this problem. It started happening after starting jEdit once (the first time it started up correctly, but I haven't been able to get it to start up since).
Any suggestions welcome.
Cannot startup jEdit
Submitted by Anonymous on Thursday, 13 May, 2004 - 01:00
Hi i installed jedit a few days ago to try out a bunch of text editors to see which one i like the best, shortly afterwards i uninstalled them all and decided on jedit, when i tried to reinstall it it now gives me an error every time i try to start it up which says:
Cannot launch java application:
Uncaught exception in main method: java.lang.ClassCastException
Im using panther 10.3 and it originally worked very well, now it dosnt
I really dont wanna have to reinstall just to get jedit working again...
Thanks
Shortcuts problem
Hello,
I have defined keyboard shortcut: CS+d f
which does something.
It works fine, but only when I have Caps Lock disabled. Shortcuts should work
also when Caps Lock is enabled.
I have Windows XP Polish nad jEdit 4.1final, JRE 1.4.2_04.
Problem with plsql comments with sql plugin
Submitted by
cybor on
Thursday, 13 May, 2004 - 12:21
Hi there,
I'm using Jedit 4.1 final and SQL plugin (0.97), when using comments like this
/**
comment goes here
*/
in the plsql code the execution of the buffer failes on the / character (flush buffer ?), does anybody know how to resolve this ? I'm using pldoc to generate javadoc style documentation so I need the /** */ comments instead of --
Thanks
Luc
Console Plug-in: compilers/interpreters
Submitted by Anonymous on Friday, 14 May, 2004 - 04:17
I'm desperately trying to get the Console plug-in to complile/run TCL scripts in the current buffer. In the Utilities, Global Options, Console, Compile & Run window it lets me choose a compiler and interpreter but TCL is not one of the compilers in the list offered.
How can I get the Console plug-in to use the TCL compiler/interpreter installed on my machine?
Thanks,
CJ
Faster startup
Submitted by Anonymous on Friday, 14 May, 2004 - 08:10
(I know about the background mode.) If JEdit could be faster at startup it would be great. Maybee something to try could be SwingWT at https://sourceforge.net/projects/swingwt.
More actions
Submitted by
Brad Mace on
Friday, 14 May, 2004 - 19:04
more actions should be defined
Buffertabs unsorted
Submitted by Anonymous on Saturday, 15 May, 2004 - 00:11
Hello all,
i use Buffertabs plugin, but i would want to know if there is a way to prevent it to alphabetically order the tabs.
I would want the tabs to keep the order in which I opened them.
I know i can drag'n'drop the tabs to re-order them. But if i open another buffer, the tab will be inserted in middle of the others tabs instead of just being "appened" at the end.
In fact i only want the new tabs to be appened at the end.
I've looked into the options but i didn't saw anything about this (me blind ?).
Maybe there is another plugin doing this already but i don't know it :/
I'm not scared of changing the plugin's source to feet my needs if needed.
I hope you can help me.
jEdit 4.2pre13 now available
Submitted by
slava on
Saturday, 15 May, 2004 - 01:15
jEdit 4.2pre13 is now available for download. This release fixes the infamous ClassCastException on startup, as well as a number of other bugs.
short cut keys for hopping between open documents
Submitted by
blc1 on
Monday, 17 May, 2004 - 13:18
Is there a short cut keys available for hopping between open documents when the screens are split? In many editors, I can use control and tab keys to do that.
Thanks
Daniel
Insert a page break?
Submitted by Anonymous on Monday, 17 May, 2004 - 18:26
Is there a way to insert a page break (for printing) other than using the character map plugin to insert the ascii character?
Thanks.
David
Save error
Submitted by Anonymous on Monday, 17 May, 2004 - 21:02
Often when I try to save my file (normal txt file at least) I get the response:
Cannot save: java.io.IOException: Rename failed: C:\blabla
So when this happens I have to do Save as and then give it a new name. Very disturbing.
Why is this happening, please help me...
/Peter
SQL Plugin Load object
Submitted by Anonymous on Tuesday, 18 May, 2004 - 06:27
Hello !
Using Jedit 4.2 pre13 and sql 0.98 with jdk 1.4 on Oracle 9i ;
when I try to load the object I receive a blank window !
The execute buffer runs well !
Any help ?
Olivier
Install errorlist manually
Submitted by Anonymous on Tuesday, 18 May, 2004 - 08:50
hi, I have a problem to install the plugin errorlist.
operating system: mac osx panther (10.3.3)
software: jedit version 4.12pre13
I cant download the plugin from the software. now, I downloaded it from www.jedit.org. I got a folder called "ErrorList". I put the file "ErrorList.jar" in the jEdit 4.2pre13/jars-folder. what do I have to do with the rest of the ErrorList-folder? In software, I can see the errorlist but it shows no errors.
does somebody now an answer? It would just be great.
Thank you very much for your help.
Simone Baumgartner