space and tab indicator
Submitted by
ccapeng on
Tuesday, 1 February, 2005 - 19:57
I use homesite. When I click the "q" in the gutter, I can see those indicator for tabs, spaces, and enter.
Are there any similar features in jedit?
I know there are tabs to spaces and spaces to tabs converter.
Compare files
Submitted by Anonymous on Tuesday, 1 February, 2005 - 01:40
I have now installed jedit an it's great

But how do I compare files like I used to do in UltraEdit?
Henning
Cannot Run any Java Class File Using Commando?
Submitted by Anonymous on Sunday, 30 January, 2005 - 23:34
Hi,
I've spent hours reviewing this message board as well as going through all the various options within Jedit to do a simple Java command.
I am trying to run a java class file that I have successfully compiled using the Plugins>Console>Compile Current Buffer option. I have Java version 1.4.2_07 installed.
But when I then use Plugins>Console>Run Current Buffer I always get the following error in the Command Window.
C:\Program Files\jEdit> java -classpath "$CLASSPATH;C:" -ms32m -mx32m Solution
java.lang.NoClassDefFoundError: Solution
Exception in thread "main" Process java exited with code 1
My Java file resides in my C directory. I've checked all my classpath settings in the Environment Var options and they're fine. I can compile and run this program using a DOS Command Window on Windows XP but cannot run it using Jedit's Commando plugin.
The only way I can get it to work is to cd up 2 directory levels to the C drive and then issue the java command. But I'd rather not have to do this each time...
I'd appreciate any help out there on this as I'm baffled with why this will not work for me.
Thank You!!
Conor
change which keys are C and A?
Submitted by Anonymous on Saturday, 29 January, 2005 - 11:43
I work on both a Mac and a PC side by side, using the same keyboard for both.
On a Mac, jEdit uses the Command key as Ctrl and the Ctrl key as Alt. This is pretty jarring when I'm switching back and forth from one to the other.
Is there a way to change this behavior?
indenting splitted code lines
Submitted by
ajba74 on
Friday, 28 January, 2005 - 16:07
Hi everyone,
Suppose I want to split one code line in two lines of jedit. How do I set the indenting space for the second jedit line, if I don't want a full TAB space.
Thanks in advance,
Arnaldo
Splitting Docking Pane
Submitted by Anonymous on Thursday, 27 January, 2005 - 20:26
Is it possible to split the docking windows, say top half file browser, bottom half perl browser
Thanks
Gz
Auto Completion by default? (without Ctrl-B)
Submitted by Anonymous on Thursday, 27 January, 2005 - 16:22
Is there anyway that you can enable autocompletion to automatically pop up so I don't have to type Ctrl-B everytime?
Thanks in advance
JavaFold
Submitted by Anonymous on Thursday, 27 January, 2005 - 15:02
I've downloaded and installed this plugin, but I cannot figure out how to get it to work. Now that it's installed, how do I get jEdit to hide bracketed contents?
--Matt
If I use command line to start jedit....
Submitted by Anonymous on Tuesday, 25 January, 2005 - 12:35
If I use command line to start jedit, is it possible to close the command promt automatically after jedit started?
Weird undo?
Submitted by Anonymous on Monday, 24 January, 2005 - 13:08
Does anyone else think that jEdit 4.2 has pretty weird undo? E.g. I type text:
Brown fox has red nose.
Then I copy "Brown fox" to clipboard and paste it to look like this:
Brown fox had red nose. Brown fox
And then I fire undo.
Expected result:
Brown fox had red nose.
Real result:
(all removed)
Pretty weird
-M. Turunen
C-COMMA under MacOS
Submitted by
kh on
Monday, 24 January, 2005 - 12:11
I am pretty new to jEdit, so I might be missing something basic. According to the manual and the shortcut panel in "Global Options". C-COMMA should activate the incremental search bar. But what it does on my Mac is open the Global Options panel. This is probably related to C-COMMA being the Mac default shortcut for "preferences", but then jEdit seems to get around most of the other default shortcuts, so why not this one?
Is there any plugin for debuging?
Submitted by Anonymous on Sunday, 23 January, 2005 - 02:57
Is there any plugin for debuging, I mean the feathure of stepover, stepin, stepout,
add watch,break point, etc?
Saving state in comando files ?
Submitted by
cls on
Saturday, 22 January, 2005 - 13:31
Hi all,
Is it possible to save state in comando files,
so the options and fields are saved and
reappear at the next invocation of the comando ?
Regards,
qusestion about compile
Submitted by Anonymous on Saturday, 22 January, 2005 - 13:00
After installing the console plugin how to use the mean item "compile current buffer" in the plugins->console menu. A message box said "There is no compiler associated with this buffer. You can specify compilers on a mode-specific basis in the Utilities -> gobal Options dialog box." But I should go to which sub meun of "gobal option"? I guess it should be "editing" but I can't find related option. Can anyone tell the detail step to set that?
thanks
Question about the console plugin
Submitted by
william on
Saturday, 22 January, 2005 - 03:45
Is there any variable of the console plugin to get the filename without the extension? (e.g. If the filename is HelloWorld.cs is there any variable to get HelloWorld ?) I can only find $f for the full path and $n for filename with extension
thanks
Java-syntax braces formatting
Submitted by Anonymous on Saturday, 22 January, 2005 - 01:17
Is there any plugin to format Java code like this:
function f(int a) {
if (a > 0) {
System.out.println("xxx"); } }
Note the right braces on the same line as the last statement in blocks. (It's the Python style!)
possible? Repeat last command in the console and return the focus to the text area?
Submitted by Anonymous on Saturday, 22 January, 2005 - 00:54
I mapped the F5 key to run the last command in the console plugin. It's almost perfect for debuging python programs. It would be perfect if the focus remained where it previously were.
Any macro or simple way to change the plugin to do this?
If it can be done with macros i'd even try to make a jython one. Just need some directions.
Thanks
Open selected file with external editor
Submitted by Anonymous on Friday, 21 January, 2005 - 21:43
How to open files selected in the File System Browser with an external editor (the default viewer)? (e.g. open ".mp3" with Winamp)
My jEdit Screenshot
Submitted by Anonymous on Friday, 21 January, 2005 - 13:48
I'd like to share my jEdit screenshot with custom icons with you guys
http://tinypic.com/1euhhy
Error Using Console Plugin
Submitted by
derb58 on
Thursday, 20 January, 2005 - 21:59
I am new to this so please forgive me.
I am using Windows 2000 and Fedora Core 3 Linux with Jedit. In Linux I have no problems but in WIndows I have a problem with the console plugin.
I can compile the java file through the console plugin no problem but when i try to run the buffer I get this error in red.
java.lang.UnsupportedClassVersionError: HelloWorld (Unsupported major.minor version 49.0)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
Exception in thread "main" Process java exited with code 1
Now if I run the class from an external command window in Win 2000 it runs fine. I am assuming I have a setting wrong or my Paths are set wrong. Can anyone help me with this. As I said I can do it all normally in Linux. Thanks for your help.
John V