Is JEdit dying?
Submitted by
volnei on
Monday, 23 August, 2010 - 01:15
No updates for a long period
No new plugins
No recent activity
No source repository...
Is JEdit dying?
Undo Close Buffer (UndoCloseBuffer.bsh v1.0 by David Mlejnek)
Submitted by
davo on
Monday, 23 August, 2010 - 08:29
Reopens the recently closed buffer. Similar to the common browsers feature, that re-opens the recently closed tab. Recommended keyboard shortcut: Ctrl+Shift+T
Exporting data from the outline (sidekick) plugin
Hey,
I have used the outline plugin to create a structured documentation of some code. Is it possible to export this information for documentation purposes?
Thanks for your help!
Cheers,
Till
Plugin CScopeFinder error : cscope.out: File not found
Submitted by
chrdou on
Tuesday, 24 August, 2010 - 16:13
I am using jEdit 4.3.2 + CScopeFinder 0.3 and I have exactly the same problem as described in page http://old.nabble.com/CScopeFinder-Plugin-td16526207.html where the problem remained unsolved apparently.
It means that the plugin doesn't find the file though the path is correct and the file present.
I didn't found any related infos neither on internet nor on jEdit Community site.
Is it a known problem ?
Thanks for your help.
About the jEdit Chinese Properties
Submitted by
neil_hou on
Thursday, 26 August, 2010 - 01:23
Hi guys,I just could not find the place to upload,so I give the link so you can download it properly.You can put it in the jEdit Home/properties .
http://neilhhw-gmail-com.javaeye.com/blog/576907
jEdit 4.3.2 delays Windows XP startup
Submitted by
tomasio on
Saturday, 28 August, 2010 - 09:05
I am using jEdit on a PC with Windows XP SP3 installed. Since I have upgraded to jEdit 4.3.2 after booting a jEdit Splash Screen appears which seems to delay the startup process of Win XP. My girlfriend has the same Splash Screen when she logs in with her user account - would it be possible to deactivate this unwanted pre-loading at least on her user account?
Thank you for your advice.
kind regards,
--
tomasio
FindFile plugin to use selected text as search filter
Submitted by
mindjoy on
Thursday, 2 September, 2010 - 13:01
Hi there,
First I want to thank developers for the great plugin FindFile. I'd like to use selected text to show up in the filter box. Could you please give me some pointers of how to do that? Thank you.
Regards,
Ivica Mikic
Can't save long files with FTP Plugin
Submitted by
glukgluk on
Monday, 6 September, 2010 - 17:56
Hey guys,
I have worked with jEdit and the FTP plugin now for a while and never have had any problems.
But since I have installed a 64 Bit version, the saving on my remote server doesnt work anymore.
Strangely, it works with small files (less than 200 characters or so) but not with larger.
The error I get seems as following: "Cannot save: java.io.IOException: Rename failed: [path]#[filename]#save#.
Where the heck do these # come from?
I also have tried with disabled "two-stage save" but the result was the same as before, in addition to the fact that I havent received any error message.
I really despair of this problem because whats more, I have lost some important files irrevocable.
Please help me! Otherwise I'll have to look for another program.
Dual diff on two screens / displays / views
Submitted by
weberjn on
Thursday, 9 September, 2010 - 09:17
Hi,
dual diff splits the current view, but if you have to physical displays it would be better to use both.
It would be nice, if you could use two views, so you'd compare a buffer in one view on one display with a second view on the second display.
Or is that already possible and I did not find it? I could open a second view and move it to the second display, but diff would still use only one view.
Juergen
Povray Commando File (povray.xml v0.58 by monkstone)
Submitted by
monkstone on
Tuesday, 14 September, 2010 - 18:16
A beta version of a commando file to execute
povray from
jEdit.
Supports the choice of different output types including png and jpeg.
Also supports toggling of anti-aliasing, and easy setting of size
by width and height values.
Now supports several different
quality settings, which can easily be tuned to suit your needs.
New!! ability to control in memory buffer (povray-3.7) see povray beta documentation.
Add other options to suit your own needs, one thing you must do is set the path to povray.
Create a little povray.bsh macro, to automate the loading of the commando file.
povray.bsh
new console.commando.CommandoDialog(view,"commando.povray");
Any autocompletion plugin for common java words...
Submitted by
tonimenen on
Friday, 17 September, 2010 - 22:31
Hello,
I am trying to make jedit as my personal Java editor, and I have found one interesting thing in Eclipse that I am not able to see in Jedit... Is there any way to create autocompletion for common reserved java words as class,private,public, ....
Thanks,
Plug In issues and errors
Submitted by
teedoff on
Saturday, 18 September, 2010 - 13:19
Ok I have installed jEdit on two separate computers and get the same outcome. After I installed, I went to plugin manager and installed all the plugins. WHen that finished, several of the plugins seemed to not install, and even showed up as errors in the plugin manager. The first pc I installed jedit on, I left the plugins alone after installing them, so everytime I opened jEdit, the pluginmanager popped up and showed me all these plugins that didnt install correctly. Then last night I installed jEdit on my laptop, and installed all the plugins but removed the ones that were buggy.
Still, on both machines, an error keeps popping up, so much so that I cant even begin to learn to use jEdit, that says somethinmg about global cant be set, and for me to go to plugin manager and set global path to 'global'. I tried that, but it seems to be already set to that.
Anyone know whats going on? Any help would be greatly appreciated.
New options for auto-save or toggle-button
Submitted by
Scribus on
Wednesday, 22 September, 2010 - 13:14
Yesterday, I suddenly registered how used my
-key looks, compared to the rest of my keyboard. I investigated for the reason, and found me pressing -s in jEdit very often to save my modified buffer.
In that moment it struck me that an autosave-feature would be nice, which could be described as following:
The file is saved. You start typing. While you continue to type, your file remains unsaved.
As soon as you stop to type, the clock starts ticking for a optional amount of seconds until your buffer gets saved automatically.
With "saved" I mean really saved, like with -s, and not the fallback-file with the filename enclosed in "#"-characters.
Such a feature would save me many keypresses and make it much more comfortable to point my mouse to a terminal and execute the modified program.
- Is such a feature already possible with the build-in macro language, or does someone has to create a plugin to make this wish come true?
Problem finding what I want :)
Submitted by
Ziabuch on
Thursday, 23 September, 2010 - 15:07
Hello
I would like to search for the following expression in the text file:
$123 1
Of course the command for this is SearchAndReplace.setSearchString("$123 1");
And it works.
The problem is - that the "123" part of this string is random. So what I really need to find is the first "$", ignore the next 3 digits, find 1 space and finally find "1".
How to create a search command to ignore that "123", or "243" or whatever it may be?
For example if I want to list the file 123AA.txt, I simply put the command "dir ???AA.txt". Is that possible when using BeanShell?
Thanks for advice

Z.
RecentBufferSwitcher With SuperAbbrevs
Submitted by
freeborough on
Wednesday, 29 September, 2010 - 12:34
Hi, I've been using the RecentBufferSwitcher plugin for some time and have it bound to Ctrl + Tab. I've recently discovered the SuperAbbrevs plugin and want to use it alongside RBS, however it seems that with RBS enabled Tab doesn't trigger SuperAbbrevs.
Is there an alternative to RBS (that can work in exactly the same way) that doesn't hog the key it's assigned to?
Could RBS be modified to allow it to work with SuperAbbrevs? What would I need to make it do that it's not doing at the moment?
Failing that, I was thinking of configuring / modifying SuperAbbrevs to use the Space key instead of Tab for its trigger - much like the normal built-in abbreviations which I've got used to.
Are any of these work-arounds available already?
Thanks in advance,
- Andy.
jEdit opens formerly not opened files at startup
Submitted by
gtecsoy on
Sunday, 3 October, 2010 - 00:00
Dear Developers and Forum Members!
I am a newbie in jEdit. It seems to me very good. Thank you for your efforts and excellent work.
I have a small problem with it. At startup the system loads that kind of files which were never opened.
It loads those files, which are in my user profile directory (C:\Documents and Settings\xxxxx\).
I am using:
1:32:35 AM [main] [message] Log: When reporting bugs, please include the following information:
1:32:35 AM [main] [message] Log: java.version=1.6.0_21
1:32:35 AM [main] [message] Log: java.vm.version=17.0-b17
1:32:35 AM [main] [message] Log: java.runtime.version=1.6.0_21-b07
1:32:35 AM [main] [message] Log: java.vendor=Sun Microsystems Inc.
1:32:35 AM [main] [message] Log: java.compiler=null
1:32:35 AM [main] [message] Log: os.name=Windows XP
1:32:35 AM [main] [message] Log: os.version=5.1
1:32:35 AM [main] [message] Log: os.arch=x86
1:32:35 AM [main] [message] Log: user.home=C:\Documents and Settings\xxxxx
1:32:35 AM [main] [message] Log: java.home=C:\Program Files\Java\jre6
1:32:35 AM [main] [message] Log: java.class.path=E:\My Installations\jEdit\jedit.jar
1:32:35 AM [main] [notice] jEdit: jEdit version 4.3.2
1:32:35 AM [main] [message] jEdit: Settings directory is C:\Documents and Settings\xxxxx\.jedit
1:32:35 AM [main] [message] jEdit: jEdit home directory is E:\My Installations\jEdit
When I check the settings directory (C:\Documents and Settings\xxxxx\.jedit) I have to realize, that the system writes never opened files to perspective.xml and recent.xml files all time.
I have deleted those files from the mentioned xml files and the files from settings-backup but it did not solve the problem.
The "Restore previously open files on startup" option is set up.
Thank you for your kindest help.
save function in jedit after installing ssd very slow
Submitted by
oe7 on
Sunday, 3 October, 2010 - 12:55
Hi,
I'am new to this forum. Using jedit for some jears, recently on a macbook pro with Mac OS 10.6.4. Now I've changed my internal harddrive into a ssd- everything works faster- except jedit which works slower- when I hit the save shortcut it takes 5 seconds until the file is saved (and also the lilypondtool plugin does react very delayed).
Any idea whats going on?
thanks,
ole
Ugly font rendering on Linux
Submitted by
pablox on
Tuesday, 5 October, 2010 - 19:30
Hi, I'm getting a really ugly font rendering, as you can see in the following links:
http://imgur.com/vLyG7.png
http://imgur.com/S1hJq.png
I had a similar problem with netbeans but after adding some extra commands to netbeans.conf[1], it solved the problem.
I'm using Arch Linux x86-64 and OpenJDK
[1] https://bbs.archlinux.org/viewtopic.php?pid=701440
QuickNotepad-Plugin written in Scala - java.lang.NoClassDefFoundError: QuickNotepadActions
Submitted by
gadei on
Wednesday, 6 October, 2010 - 06:34
Hallo!
I've tried to rewrite the simple QuickNotepad plugin in scala. I'm using Netbeans 6.8 for this.
Inside the IDE everthing works really fine, but if I copy my 'QuickNotepad.jar'-file in the .jedit/jar directory and then run jEdit, I get following Error-Message:
(Note: This error occurs when I try to open my plugin => Plugins/QuickNotepad->QuickNotepad)
> java.lang.NoClassDefFoundError: QuickNotepadActions
> at java.lang.ClassLoader.defineClass1(Native Method)
> at java.lang.ClassLoader.defineClassCond(ClassLoader.java:632)
> at java.lang.ClassLoader.defineClass(ClassLoader.java:616)
> at java.lang.ClassLoader.defineClass(ClassLoader.java:466)
> at org.gjt.sp.jedit.JARClassLoader._loadClass(JARClassLoader.java:456)
> at org.gjt.sp.jedit.JARClassLoader.loadClass(JARClassLoader.java:109)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
> at org.gjt.sp.jedit.bsh.classpath.ClassManagerImpl.classForName(ClassManagerImpl.java:203)
> at org.gjt.sp.jedit.bsh.NameSpace.classForName(NameSpace.java:1318)
> at org.gjt.sp.jedit.bsh.NameSpace.getClassImpl(NameSpace.java:1218)
> at org.gjt.sp.jedit.bsh.NameSpace.getClass(NameSpace.java:1159)
> at org.gjt.sp.jedit.bsh.Name.consumeNextObjectField(Name.java:298)
> at org.gjt.sp.jedit.bsh.Name.toObject(Name.java:199)
> at org.gjt.sp.jedit.bsh.BSHAmbiguousName.toObject(BSHAmbiguousName.java:59)
> at org.gjt.sp.jedit.bsh.BSHAllocationExpression.objectAllocation(BSHAllocationExpression.java:86)
> at org.gjt.sp.jedit.bsh.BSHAllocationExpression.eval(BSHAllocationExpression.java:62)
> at org.gjt.sp.jedit.bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:102)
> at org.gjt.sp.jedit.bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:47)
> at org.gjt.sp.jedit.bsh.Interpreter.eval(Interpreter.java:644)
> at org.gjt.sp.jedit.bsh.Interpreter.eval(Interpreter.java:738)
> at org.gjt.sp.jedit.bsh.Interpreter.eval(Interpreter.java:727)
> at org.gjt.sp.jedit.BeanShellFacade._eval(BeanShellFacade.java:148)
> at org.gjt.sp.jedit.BeanShellFacade.eval(BeanShellFacade.java:113)
> at org.gjt.sp.jedit.BeanShell.eval(BeanShell.java:369)
> at org.gjt.sp.jedit.gui.DockableWindowFactory$Window.createDockableWindow(DockableWindowFactory.java:467)
> at org.gjt.sp.jedit.gui.DockableWindowManagerImpl.showDockableWindow(DockableWindowManagerImpl.java:349)
> at org.gjt.sp.jedit.gui.DockableWindowFactory$Window$OpenAction.invoke(DockableWindowFactory.java:491)
> at org.gjt.sp.jedit.gui.InputHandler.invokeAction(InputHandler.java:352)
> at org.gjt.sp.jedit.jEdit$4.invokeAction(jEdit.java:3255)
> at org.gjt.sp.jedit.jEdit$4.invokeAction(jEdit.java:3237)
> at org.gjt.sp.jedit.EditAction$Wrapper.actionPerformed(EditAction.java:221)
QuickNotepadActions is just a "triat" (=Scala) [Interfac (=Java)] -> so this error message don't really make sens to me
Do you have an idea what could be wrong here?
Marco
Ps
I'm using:
jdk1.6
scala 2.8.0 final
netbeans6.8
jEdit 4.3.1
How to open new file in the same window?
Submitted by
ramgovx on
Friday, 8 October, 2010 - 17:19
What do I need to configure, for files opened from Nautilus by double click on the same window that is already open?
I just want a single open window.