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
Anyway to start another JEdit process
Submitted by
interman on
Thursday, 20 January, 2005 - 02:44
Hi, anyone know the way that I can start another Jedit process. If I do new view or run jedit in console, it will basically start another view, not seperate process. Any way I can start a seperate process for Jedit. I want to sepearte process because I handles two projects at the same time and I don't want all source code in two projects load up to one Jedit. It hard for me to find the file in each project
Auto folding?
Submitted by Anonymous on Wednesday, 19 January, 2005 - 03:50
Is there a way to get jEdit to automatically completely fold all files when they are loaded?
Thanks
Organization against religious persecution http://www.har-tzion.com
Submitted by
Billy Grand on
Tuesday, 18 January, 2005 - 00:15
Organization against religious persecution http://www.har-tzion.com
java.home problem
Submitted by
di97mnu on
Saturday, 15 January, 2005 - 23:39
Hi!
I have a problem. When i choose som "sub option" fron JCompiler plugin options I'll resive an error message that says something like: Cannot start jcompiler.JCompilerPlugins$ToolsJarNotFoundException
.
.
.
Your java.home is C:\Program Files\Java\jre1.5.0
.
why is my java.home referd to jre1.5.0 and not to my j2se install dir?
//Marcus
Redefining Control+R and Control+E
Submitted by Anonymous on Friday, 14 January, 2005 - 19:30
Is there anyway to redefine these shortcut keys? It won't let me in the global options > shortcuts menu.
Thanks
Folding Lines ?
Submitted by Anonymous on Wednesday, 12 January, 2005 - 18:05
How do i enable the lines in the text area between { and } in this screenshot: http://jedit.org/index.php?page=screenshot&image=29
Thanks in advance
For all how are wondering, why it is so quiet here...
Submitted by Anonymous on Tuesday, 11 January, 2005 - 22:04
I just realized that most communication is done via the mailing-lists.
Regards,
Thomas
Code following
Submitted by Anonymous on Tuesday, 11 January, 2005 - 05:55
Is there a way to "goto" a selected method. For instance in foo.java
Bar bar = new Bar();
bar.findThisOne();
is there a way while in foo.java to highlight "bar.findThisOne() and have that file opened and positioned on that method
DotComplete for C?
Submitted by Anonymous on Sunday, 9 January, 2005 - 23:40
Is there a solution similar to DotComplete for C- or C++ -programming?
Thanks,
Thomas
encoding=utf-8, typing only latin/cyrillic
Submitted by Anonymous on Saturday, 8 January, 2005 - 06:14
i've just DL'ed jEdit and trying to set it up
jEdit 4.2
Win98fe russian
sun JRE 5.0 Update 1
in Global Options, i set Default char enc to UTF-8. so in the new file i've got (text, none, UTF-8) in the bottom right corner. i'm set up so i can type in english, russian, and slovak, and whenever i try typing slovak characters it typing cyrillic chars. however, if i open a UTF8 file, it will display all charracters in the file correctly, but the new slovak characters i type are still show up as cyrillics.
i've tried changing font (in Text Area) to arial Unicode (tho i really wish i didn't have to, since its not monospaced), but that did not help.
what am i not doing right?
Using the -noserver option (or alternatives?)
Submitted by
crowland on
Friday, 7 January, 2005 - 14:28
I would like to set up my environment so that I can have 2 (or more) distinct instances/windows of jEdit (at least in appearance) so that I can have separate collections of buffers open in each instance/window.
It appears that this can be accomplished as I would like it by using the -noserver option on the command line.
If this is the preferred way to do this, does anyone have a suggestion on how I can create a shortcut/batch file (I'm on Windows) so that I can start jEdit w/o it being linked to the blank command window?
Currently I have a batch file that contains
start java -jar jedit.jar -noserver
I would love to get rid of that blank window, though, b/c it just clutters things up with double the task bar buttons.
tia
Loss of indent when using shellscript mode
Submitted by Anonymous on Wednesday, 5 January, 2005 - 19:51
When using braced variable names on an indented line, entry of ${Varname} causes the line to lose it's
indent.
e.g.
for Line in $(ls)
do
print ${Line} <- as soon as the opening brace is typed the line shifts back to column 0
done
Any ideas on how to fix this???
TIA
typing in action bar is invisible
Submitted by Anonymous on Tuesday, 4 January, 2005 - 21:11
I just started using jedit 4.2final and when I move to the action bar to type something it doesn't echo or appear on the screen, although the commands work. I tried using the utilities->global options->appearance to 'use jEdit text area colors in all' places but it didn't work and the typing is still invisible. Any ideas what I am doing wrong?
typing in action bar is invisible
Submitted by Anonymous on Tuesday, 4 January, 2005 - 20:24
I just started using jedit 4.2final and when I move to the action bar to type something it doesn't echo or appear on the screen, although the commands work. I tried using the utilities->global options->appearance to 'use jEdit text area colors in all' places but it didn't work and the typing is still invisible. Any ideas what I am doing wrong?