jEdit Community - Resources for users of the jEdit Text Editor
samba share erroneous files changed on disk by external program
Submitted by xenthar on Tuesday, 20 December, 2016 - 12:32
I recently started using a samba share (I don't know what version) being mounted from Windows.

There is probably a slight second delay in the date Samba registers for the file and the date my Windows has, or something like that. But jEdit continuously says that something changed my file, when nothing happened.

Is this a bug with jEdit? Is this expected behaviour?
Jedit doesn't start - no error messages
Submitted by DocDJ on Wednesday, 9 September, 2015 - 13:27
My system is Windows 10 Pro X64. Yesterday, I did a Java update and now Jedit won't start. I downloaded a new version (so now I have 2: 1 in Program Files and 1 in program files (x86)). Neither one works (jedit.exe). I also tried javaw -jar jedit.jar from a command prompt inside the jedit directory. Same results: no error messages. Program does not show up in Task Manager although when I installed the newest version using the Windows installer it said it would try to stop a running copy (which I couldn't find). The version in progfiles (x86) was installed using the java installer. But if I have a wrong version of java, shouldn't I get an error message of "some" kind?
FTP plugin not displaying remote files, error message
Submitted by kristenannie on Monday, 3 August, 2015 - 19:05
I have used the FTP plugin for years to work on files remotely and now I get this error when I try to connect: java.lang.NoSuchMethodError: com.jcraft.jsch.Session.setConfig(Ljava/lang/String;Ljava/lang/String;)V at ftp.SFtpConnection.(SFtpConnection.java:136) at ftp.ConnectionManager.getConnection(ConnectionManager.java:524) at ftp.FtpVFS.getConnection(FtpVFS.java:529) at ftp.FtpVFS._canonPath(FtpVFS.java:199) at org.gjt.sp.jedit.browser.ListDirectoryBrowserTask._run(ListDirectoryBrowserTask.java:73) at org.gjt.sp.util.Task.run(Task.java:64) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) I am using Jedit 5.2 and jdk 8.51. All of this started happening after I upgraded my Mac to Yosemite and had to install Java 6 to keep an older version of Photoshop running. I uninstalled Java 6 after I upgraded my version of photoshop and installed Java 8, but the FTP plugin in Jedit has never worked the same since then and I am going crazy. Please help! Thanks Kristen
Ubuntu Trusty won't let me set Jedit as a default editor
Submitted by jeditcdnguy on Saturday, 27 December, 2014 - 21:14
It doesn't show up as an application in either 'open with'->'other Applications'

or

'properties->'open with'

Also, I can't browse for it.

Any ideas, please?
Jedit doesn't find my new Edit mode (SASS).
Submitted by kosmos890 on Thursday, 23 October, 2014 - 16:04
I am a linux user and Jedit finds my Edit mode if only I run it as root.

I downloaded sass.xml from here and I put it into /usr/share/jedit/modes directory.
I add the node <MODE NAME="sass" FILE="sass.xml" FILE_NAME_GLOB="*.sass"/> into the file "catalog" inside the same folder.
I did the same into the /home/<user>/.jedit directory.

All plugins into this directory (user directory) works.
How to adjust font size in jEdit Help for the API reference
Submitted by MarkTJohnson on Monday, 21 April, 2014 - 16:00
The text for the API reference has always been small but after installing 5.1 the text has become microscopic, like spy story microdot small.

How can I enlarge it enough to read?
jEdit Modes: Am I using at_word_start right?
Submitted by hurricanedavid on Wednesday, 2 April, 2014 - 16:50
I have a basic edit mode I'm creating and I want to make words bold when they have asterisks around them. This does it, but I'd rather have it work only if the * is right next to a word. The docs seem to say I can do it this way.

< SPAN TYPE="KEYWORD1" NO_LINE_BREAK="TRUE" AT_WORD_START="TRUE" >
< BEGIN >*< /BEGIN >
< END >*< /END >
< /SPAN >

In other words, I want *this to be bold*
But * this should not be bold *
Right now, both are getting bolded.

Thanks!
New Edit Mode Not Being Applied/Used
Submitted by hurricanedavid on Thursday, 27 March, 2014 - 14:49
I created an edit mode and added an entry for it in the catalog: I can apply the mode manually through the buffer options, but it doesn't get used automatically. the file I want it to work on is a *.txt file. Could my new mode not be working because the txt one is being used?
jEdit 5.1.0 Win 7 64 Java 1.7.0_17 Text Area Display issues
Submitted by murkles on Sunday, 2 March, 2014 - 17:06
Hi folks,

I've been using jEdit for a *very long time*. Many thanks Eye-wink
I'm currently having an issue which is repeatable. The text area display is not being refreshed fully as I am editing/moving around a file - typically lines of text aren't refreshed, disappear or are displayed wrong.

For example:

1. Open jEdit. The text area size is approximate 70 lines of text.
2. Select Macros -> Properties -> System Properties.
3. Properties are loaded into buffer. These run to 64 lines on my system.
3. Click on a line > 45.
4. lines of text disappear below line 45. I can still see the gutter numbers. The line I click on is sometimes displayed after a delay.

I've checked the various display property switches for the JVM (opengl, disable 3d etc) and none of these have made a difference. I find it strange that it is the text area only that seems to be affected.

Any ideas/suggestions?

Thanks, Mark
jEdit can't open file with very long lines
Submitted by mtgavin on Thursday, 31 October, 2013 - 19:21
I am using jEdit 5.1.0 (Linux). I have a text file that is generated by a development tool I am using. It has many lines, but it has a couple lines in excess of 4000 characters. If I try to open it with jEdit, jEdit seems to open it, but when I try to scroll down further, it seems to get to the point where the long lines start, then it cant scroll down any further. You basically can't see the file past the point where the long lines start. At least I am able to close the file - it doesnt hang my jedit session. But I cant get the file to scroll to the point where the long lines start, the window just sort of hits a wall at that point.

I get lots of errors like this: (lots of errors with regex in them, although I am not doing any regex searches when this happens so this confuses me)

2:18:59 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Pattern$CharProperty.match(Unknown Source)
2:18:59 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Pattern$Branch.match(Unknown Source)
2:18:59 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Pattern$GroupHead.match(Unknown Source)
2:18:59 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Pattern$Loop.match(Unknown Source)
2:18:59 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Pattern$GroupTail.match(Unknown Source)
2:18:59 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Pattern$BranchConn.match(Unknown Source)
2:18:59 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Pattern$CharProperty.match(Unknown Source)
2:18:59 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Pattern$Branch.match(Unknown Source)
2:18:59 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Pattern$GroupHead.match(Unknown Source)
2:18:59 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Pattern$Loop.match(Unknown Source)
2:18:59 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Pattern$GroupTail.match(Unknown Source)
2:18:59 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Pattern$BranchConn.match(Unknown Source)
2:18:59 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Pattern$CharProperty.match(Unknown Source)
2:18:59 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Pattern$Branch.match(Unknown Source)
2:18:59 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Pattern$GroupHead.match(Unknown Source)
2:18:59 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Pattern$Loop.match(Unknown Source)
2:18:59 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Pattern$GroupTail.match(Unknown Source)
2:18:59 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Pattern$BranchConn.match(Unknown Source)
2:18:59 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Pattern$CharProperty.match(Unknown Source)
2:18:59 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Pattern$Branch.match(Unknown Source)
2:18:59 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Pattern$GroupHead.match(Unknown Source)
2:18:59 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Pattern$Loop.match(Unknown Source)
2:18:59 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Pattern$GroupTail.match(Unknown Source)


Problem seems independent of whether I turn on word wrap.

I would like to be able to open files with very long lines and scroll all the way through them.
Thank you.
FTP Plugin demands 'master password to decrypt', but don't have one, blocks all usage of jEdit
Submitted by markcrocker on Wednesday, 30 October, 2013 - 15:42
After starting jEdit this morning, I got a pop-up window:

FTP Plugin Master Password
Enter the master password to decrypt your (s)FTP passwords:
[ empty text field ]
[OK] [Cancel]

The problem is that I never set such a password, though I did do a plugin update yesterday.

Clicking OK just brings up another dialog, cancelling brings up the 'Connect to Secure FTP Server' dialog and I can enter a password there, but then it pops up another dialog:

FTP Plugin Master Password
Choose a master password to enecrypt your new password file:
[ empty text field ]
[OK] [Cancel]

regardless of what I do, it just goes back to the first dialog, naturally, hidden underneath all other windows on the desktop.

Selecting cancel in the first dialog many, many, many times will eventually bring up a series of these dialogs and eventually starts up jEdit proper. However, there does not seem to be anywhere inside of jEdit configuration to set a master password. Changing the session results in a session to one with no remote files results in a session with no actual files loaded that cannot be used.

This makes jEdit effectively unusable.
jedit locked up and won't restart
Submitted by akovia on Tuesday, 24 September, 2013 - 21:25
jedit 4.4.2
xubuntu 12.04-LTS 64bit

I'm at a loss. jedit locked up on me and now won't restart, even after a reboot.

Launching from command line: (launches script to execute java -jar "/home/akovia/jedit/4.4.2/jedit.jar" "$@")
$ jedit

(java:21298): Gtk-WARNING **: Unable to locate theme engine in module_path: "equinox",
4:19:16 PM [main] [error] main: Error parsing gtk-icon-sizes string: ''
4:19:17 PM [AWT-EventQueue-0] [warning] XModeHandler$TagDecl: html: EXCLUDE_MATCH is deprecated
4:19:17 PM [AWT-EventQueue-0] [warning] XModeHandler$TagDecl: html: EXCLUDE_MATCH is deprecated
4:19:17 PM [AWT-EventQueue-0] [warning] XModeHandler$TagDecl: html: EXCLUDE_MATCH is deprecated
4:19:17 PM [AWT-EventQueue-0] [warning] XModeHandler$TagDecl: html: EXCLUDE_MATCH is deprecated
4:19:17 PM [AWT-EventQueue-0] [warning] XModeHandler$TagDecl: php: EXCLUDE_MATCH is deprecated
4:19:17 PM [AWT-EventQueue-0] [warning] XModeHandler$TagDecl: html: EXCLUDE_MATCH is deprecated
4:19:17 PM [AWT-EventQueue-0] [warning] XModeHandler$TagDecl: html: EXCLUDE_MATCH is deprecated
4:19:17 PM [AWT-EventQueue-0] [warning] XModeHandler$TagDecl: html: EXCLUDE_MATCH is deprecated
4:19:17 PM [AWT-EventQueue-0] [warning] XModeHandler$TagDecl: php: EXCLUDE_MATCH is deprecated
4:19:17 PM [AWT-EventQueue-0] [warning] XModeHandler$TagDecl: lircrc: EXCLUDE_MATCH is deprecated


Then nothing happens. No splash or anything, and I have to kill it.
Tried installing newest .deb version from site and it won't launch either.
(removed old ver from path and checked which jedit to confirm running newest installed)

Here is my java:
$ update-alternatives --config java
There are 3 choices for the alternative java (providing /usr/bin/java).

Selection Path Priority Status
------------------------------------------------------------
0 /usr/lib/jvm/java-7-oracle/jre/bin/java 1063 auto mode
1 /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java 1061 manual mode
2 /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java 1051 manual mode
* 3 /usr/lib/jvm/java-7-oracle/jre/bin/java 1063 manual mode


I've been using jedit on a project for a week straight with only one other lockup, but a kill and restart fixed it then. I am dead in the water now and the console errors aren't getting me anywhere.

Here is the launch script that I use:
#!/bin/sh
#
# Runs jEdit - Programmer's Text Editor.
#

# Set jvm heap initial and maximum sizes (in megabytes).
JAVA_HEAP_MAX_SIZE=192

DEFAULT_JAVA_HOME="/usr/lib/jvm/java-6-openjdk/jre/bin/java"
if [ -z "$JAVA_HOME" ]; then
JAVA_HOME="$DEFAULT_JAVA_HOME"
fi

# Launch application.

#exec "$JAVA_HOME/bin/java" -Dnimrodlf.themeFile="/home/akovia/jedit/4.4.2/jeznet.theme" -Xmx${JAVA_HEAP_MAX_SIZE}M -jar "/home/akovia/jedit/4.4.2/jedit.jar" "$@"
# -Dnimrodlf.themeFile="/home/akovia/jedit/4.4.2/NimRODThemeFile2.theme"
exec java -jar "/home/akovia/jedit/4.4.2/jedit.jar" "$@"


The java path doesn't match but like I said it's been working great. I did try to change the path to
/usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java
but had the same result.

Here are my latest system updates just in case. jedit hasn't been closed since the last lockup so I suppose it coulda been fine till the lockup and then an update played a part when trying to restart??

$ tail -n45 /var/log/apt/history.log

Start-Date: 2013-09-19 10:02:18
Commandline: aptdaemon role='role-commit-packages' sender=':1.156'
Upgrade: libpolkit-backend-1-0:amd64 (0.104-1ubuntu1, 0.104-1ubuntu1.1), libsane-hpaio:amd64 (3.12.2-1ubuntu3.1, 3.12.2-1ubuntu3.2), thunderbird-locale-en-us:amd64 (17.0.8+build1-0ubuntu0.12.04.1, 24.0+build1-0ubuntu0.12.04.1), language-selector-gnome:amd64 (0.79.3, 0.79.4), thunderbird:amd64 (17.0.8+build1-0ubuntu0.12.04.1, 24.0+build1-0ubuntu0.12.04.1), audacity:amd64 (2.0.3+svn20130918+r7817-0~r21~ubuntu12.04.1, 2.0.3+svn20130919+r7822-0~r21~ubuntu12.04.1), python-software-properties:amd64 (0.82.7.3, 0.82.7.5), printer-driver-postscript-hp:amd64 (3.12.2-1ubuntu3.1, 3.12.2-1ubuntu3.2), libpolkit-gobject-1-0:amd64 (0.104-1ubuntu1, 0.104-1ubuntu1.1), hplip:amd64 (3.12.2-1ubuntu3.1, 3.12.2-1ubuntu3.2), language-selector-common:amd64 (0.79.3, 0.79.4), software-properties-common:amd64 (0.82.7.3, 0.82.7.5), usb-creator-gtk:amd64 (0.2.38, 0.2.38.2), policykit-1:amd64 (0.104-1ubuntu1, 0.104-1ubuntu1.1), rtkit:amd64 (0.10-2, 0.10-2ubuntu0.12.04.1), libhpmud0:amd64 (3.12.2-1ubuntu3.1, 3.12.2-1ubuntu3.2), apt-xapian-index:amd64 (0.44ubuntu5, 0.44ubuntu5.1), software-properties-gtk:amd64 (0.82.7.3, 0.82.7.5), audacity-data:amd64 (2.0.3+svn20130918+r7817-0~r21~ubuntu12.04.1, 2.0.3+svn20130919+r7822-0~r21~ubuntu12.04.1), google-chrome-stable:amd64 (29.0.1547.65-r220622, 29.0.1547.76-r223446), printer-driver-hpcups:amd64 (3.12.2-1ubuntu3.1, 3.12.2-1ubuntu3.2), jockey-common:amd64 (0.9.7-0ubuntu7.10, 0.9.7-0ubuntu7.11), usb-creator-common:amd64 (0.2.38, 0.2.38.2), thunderbird-globalmenu:amd64 (17.0.8+build1-0ubuntu0.12.04.1, 24.0+build1-0ubuntu0.12.04.1), jockey-gtk:amd64 (0.9.7-0ubuntu7.10, 0.9.7-0ubuntu7.11), libpolkit-agent-1-0:amd64 (0.104-1ubuntu1, 0.104-1ubuntu1.1), thunderbird-locale-en:amd64 (17.0.8+build1-0ubuntu0.12.04.1, 24.0+build1-0ubuntu0.12.04.1), printer-driver-hpijs:amd64 (3.12.2-1ubuntu3.1, 3.12.2-1ubuntu3.2), hplip-data:amd64 (3.12.2-1ubuntu3.1, 3.12.2-1ubuntu3.2)
End-Date: 2013-09-19 10:03:34

Start-Date: 2013-09-19 17:48:32
Commandline: apt-get install agave
Install: agave:amd64 (0.4.7-2ubuntu1)
End-Date: 2013-09-19 17:48:43

Start-Date: 2013-09-20 08:14:48
Commandline: aptdaemon role='role-commit-packages' sender=':1.171'
Upgrade: libsmbclient:amd64 (3.6.3-2ubuntu2.6, 3.6.3-2ubuntu2.7), libpam-winbind:amd64 (3.6.3-2ubuntu2.6, 3.6.3-2ubuntu2.7), smbclient:amd64 (3.6.3-2ubuntu2.6, 3.6.3-2ubuntu2.7), audacity:amd64 (2.0.3+svn20130919+r7822-0~r21~ubuntu12.04.1, 2.0.3+svn20130920+r7824-0~r21~ubuntu12.04.1), libwbclient0:amd64 (3.6.3-2ubuntu2.6, 3.6.3-2ubuntu2.7), samba-common:amd64 (3.6.3-2ubuntu2.6, 3.6.3-2ubuntu2.7), audacity-data:amd64 (2.0.3+svn20130919+r7822-0~r21~ubuntu12.04.1, 2.0.3+svn20130920+r7824-0~r21~ubuntu12.04.1), samba-common-bin:amd64 (3.6.3-2ubuntu2.6, 3.6.3-2ubuntu2.7), winbind:amd64 (3.6.3-2ubuntu2.6, 3.6.3-2ubuntu2.7)
End-Date: 2013-09-20 08:15:15

Start-Date: 2013-09-21 07:45:29
Commandline: aptdaemon role='role-install-file' sender=':1.181'
Install: liblua5.2-0:amd64 (5.2.0-2, automatic)
End-Date: 2013-09-21 07:45:33

Start-Date: 2013-09-21 14:14:40
Commandline: aptdaemon role='role-commit-packages' sender=':1.191'
Upgrade: gparted:amd64 (0.16.1-1~getdeb1, 0.16.2-1~getdeb1)
End-Date: 2013-09-21 14:14:48

Start-Date: 2013-09-22 14:27:28
Commandline: aptdaemon role='role-commit-packages' sender=':1.198'
Upgrade: audacity:amd64 (2.0.3+svn20130920+r7824-0~r21~ubuntu12.04.1, 2.0.3+svn20130922+r7831-0~r21~ubuntu12.04.1), audacity-data:amd64 (2.0.3+svn20130920+r7824-0~r21~ubuntu12.04.1, 2.0.3+svn20130922+r7831-0~r21~ubuntu12.04.1)
End-Date: 2013-09-22 14:28:06

Start-Date: 2013-09-23 09:27:16
Commandline: aptdaemon role='role-commit-packages' sender=':1.208'
Upgrade: audacity:amd64 (2.0.3+svn20130922+r7831-0~r21~ubuntu12.04.1, 2.0.3+svn20130923+r7834-0~r21~ubuntu12.04.1), audacity-data:amd64 (2.0.3+svn20130922+r7831-0~r21~ubuntu12.04.1, 2.0.3+svn20130923+r7834-0~r21~ubuntu12.04.1)
End-Date: 2013-09-23 09:27:26

Start-Date: 2013-09-24 12:09:23
Commandline: aptdaemon role='role-commit-packages' sender=':1.220'
Upgrade: libraw5:amd64 (0.14.4-0ubuntu2.1, 0.14.4-0ubuntu2.2), python-openssl:amd64 (0.12-1ubuntu2, 0.12-1ubuntu2.1), audacity:amd64 (2.0.3+svn20130923+r7834-0~r21~ubuntu12.04.1, 2.0.3+svn20130924+r7838-0~r21~ubuntu12.04.1), audacity-data:amd64 (2.0.3+svn20130923+r7834-0~r21~ubuntu12.04.1, 2.0.3+svn20130924+r7838-0~r21~ubuntu12.04.1)
End-Date: 2013-09-24 12:09:35

Start-Date: 2013-09-24 16:15:29
Commandline: apt-get remove jedit
Remove: jedit:amd64 (05.01.99.00)
End-Date: 2013-09-24 16:15:32

The last entry I removed the jedit .deb i had just tried.

I'm not sure what other info to post, but will be happy to post anything else needed.
Any help is greatly appreciated.
Cheers
jEdit under Windows 7 with problems?
Submitted by Thiemo on Wednesday, 14 August, 2013 - 20:23
Hi all,

we recently "upgraded" to Windows 7 and a new JVM and jEdit does not save already existing files properly any longer. Changes do not make it to the disk as I could prove.

I work around by saving the files with different name and replacing the original with the new one on the file system.

Swithing on two stage save does not help. Puzzled

Funny though is that if I close and re-open the file or if I re-start jEdit, the change in a not so properly saved file persists.

I was wondering whether this might be a problem of the JVM however UltraEdit does have the same problem and I am not aware that that relied on a JVM. Jawdropping! Notepad on the other hand does not have such problem.

Anyone an idea?

Kind regards

Thiemo


Activity log entries that might be useful in a bug report:

.Log file created on Wed Aug 14 22:12:49 CEST 2013
IMPORTANT:
Because updating this file after every log message would kill
performance, it will be *incomplete* unless you invoke the
Utilities->Troubleshooting->Update Activity Log on Disk command!
22:12:45 [main] [message] Log: When reporting bugs, please include the following information:
22:12:45 [main] [message] Log: java.version=1.6.0_35
22:12:45 [main] [message] Log: java.vm.version=20.10-b01
22:12:45 [main] [message] Log: java.vm.name=Java HotSpot(TM) Client VM
22:12:45 [main] [message] Log: java.runtime.version=1.6.0_35-b10
22:12:45 [main] [message] Log: java.runtime.name=Java(TM) SE Runtime Environment
22:12:45 [main] [message] Log: java.vendor=Sun Microsystems Inc.
22:12:45 [main] [message] Log: java.compiler=null
22:12:45 [main] [message] Log: os.name=Windows 7
22:12:45 [main] [message] Log: os.version=6.1
22:12:45 [main] [message] Log: os.arch=x86
22:12:45 [main] [message] Log: user.home=C:\Users\u24408
22:12:45 [main] [message] Log: java.home=C:\Program Files (x86)\Java\jre6
22:12:45 [main] [message] Log: java.class.path=c:\y\progis\jEdit\jedit.jar
22:12:45 [main] [message] jEdit: starting with command line arguments: -reuseview
22:12:45 [main] [debug] jEdit: before splash screen activation:55 ms
22:12:45 [main] [debug] jEdit: after splash screen activation:55 ms
22:12:48 [main] [debug] MiscUtilities: Saving backup of file "C:\Users\u24408\AppData\Roaming\jEdit\activity.log" to "C:\Users\u24408\AppData\Roaming\jEdit\settings-backup\activity.log~1~"
22:12:49 [main] [notice] jEdit: jEdit version 5.1.0
22:12:49 [main] [message] jEdit: Settings directory is C:\Users\u24408\AppData\Roaming\jEdit
22:12:49 [main] [message] jEdit: jEdit home directory is C:\y\Progis\jEdit
22:12:49 [main] [message] BeanShell: Beanshell Init
22:12:49 [main] [debug] GUIUtilities: Icon theme set to: tango
22:12:49 [main] [debug] GUIUtilities: Loading icon theme from: jeditresource:/org/gjt/sp/jedit/icons/themes/tango/
22:12:49 [main] [debug] EditServer: jEdit server started on port 56264
22:12:49 [main] [debug] EditServer: Authorization key is 1577297514
22:12:49 [main] [error] jEdit: java.lang.ClassNotFoundException: com.incors.plaf.kunststoff.KunststoffLookAndFeel
22:12:49 [main] [error] jEdit: at java.net.URLClassLoader$1.run(Unknown Source)
22:12:49 [main] [error] jEdit: at java.security.AccessController.doPrivileged(Native Method)
22:12:49 [main] [error] jEdit: at java.net.URLClassLoader.findClass(Unknown Source)
22:12:49 [main] [error] jEdit: at java.lang.ClassLoader.loadClass(Unknown Source)
22:12:49 [main] [error] jEdit: at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
22:12:49 [main] [error] jEdit: at java.lang.ClassLoader.loadClass(Unknown Source)
22:12:49 [main] [error] jEdit: at org.gjt.sp.jedit.JARClassLoader.loadFromParent(JARClassLoader.java:522)
22:12:49 [main] [error] jEdit: at org.gjt.sp.jedit.JARClassLoader.loadClass(JARClassLoader.java:87)
22:12:49 [main] [error] jEdit: at java.lang.ClassLoader.loadClass(Unknown Source)
22:12:49 [main] [error] jEdit: at java.lang.Class.forName0(Native Method)
22:12:49 [main] [error] jEdit: at java.lang.Class.forName(Unknown Source)
22:12:49 [main] [error] jEdit: at javax.swing.SwingUtilities.loadSystemClass(Unknown Source)
22:12:49 [main] [error] jEdit: at javax.swing.UIManager.setLookAndFeel(Unknown Source)
22:12:49 [main] [error] jEdit: at org.gjt.sp.jedit.jEdit.initPLAF(jEdit.java:3851)
22:12:49 [main] [error] jEdit: at org.gjt.sp.jedit.jEdit.main(jEdit.java:502)
22:12:49 [main] [debug] jEdit: initPLAF non-edt old=javax.swing.plaf.metal.MetalLookAndFeel requested=com.incors.plaf.kunststoff.KunststoffLookAndFeel new=javax.swing.plaf.metal.MetalLookAndFeel
22:12:49 [main] [warning] jEdit: initPLAF failed to set required l&f
22:12:49 [main] [debug] ActionSet: Loading actions from jar:file:/C:/y/Progis/jEdit/jedit.jar!/org/gjt/sp/jedit/actions.xml
22:12:49 [main] [debug] DockableWindowManager: Loading dockables from jar:file:/C:/y/Progis/jEdit/jedit.jar!/org/gjt/sp/jedit/dockables.xml
22:12:49 [AWT-EventQueue-0] [debug] EditBus: SearchSettingsChanged[source=null]
22:12:49 [main] [notice] jEdit: Loading plugins from C:\y\Progis\jEdit\jars
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=1.3.0,source=C:\y\Progis\jEdit\jars\Activator.jar,class=activator.ActivatorPlugin]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\ant-launcher.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\ant-nodeps.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\ant.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\antlr-runtime-3.4.jar]
22:12:49 [main] [debug] ActionSet: Loading actions from jar:file:/C:/y/Progis/jEdit/jedit.jar!/org/gjt/sp/jedit/browser.actions.xml
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=0.4.3,source=C:\y\Progis\jEdit\jars\Archive.jar,class=archive.ArchivePlugin]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\asm-3.1.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=1.1.0,source=C:\y\Progis\jEdit\jars\Background.jar,class=background.BackgroundPlugin]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\bcel-5.2.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=0.7.0,source=C:\y\Progis\jEdit\jars\Beauty.jar,class=beauty.BeautyPlugin]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=1.3,source=C:\y\Progis\jEdit\jars\BufferList.jar,class=bufferlist.BufferListPlugin]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=1.3.3,source=C:\y\Progis\jEdit\jars\CharacterMap.jar,class=charactermap.CharacterMapPlugin]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\checkstyle-all-3.5.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=0.2.2.1,source=C:\y\Progis\jEdit\jars\CheckStylePlugin.jar,class=checkstyle.CheckStylePlugin]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=1.0.2,source=C:\y\Progis\jEdit\jars\ColumnRuler.jar,class=org.jedit.plugins.columnruler.ColumnRulerPlugin]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=1.0.0,source=C:\y\Progis\jEdit\jars\CommentFolder.jar,class=commentfolder.CommentFolderPlugin]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=1.5,source=C:\y\Progis\jEdit\jars\CommonControls.jar,class=CommonControlsPlugin]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\commons-codec-1.3.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\commons-collections-3.2.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\commons-httpclient-3.0.1.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\commons-lang-2.3.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\commons-logging-1.1.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\commons-net-1.4.1.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=4.4.4,source=C:\y\Progis\jEdit\jars\Console.jar,class=console.ConsolePlugin]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\CssValidator.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=1.5,source=C:\y\Progis\jEdit\jars\CtagsSideKick.jar,class=ctags.sidekick.Plugin]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\cvslib.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=1.0,source=C:\y\Progis\jEdit\jars\EclipseIcons.jar,class=eclipseicons.EclipseIconsPlugin]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=1.9,source=C:\y\Progis\jEdit\jars\ErrorList.jar,class=errorlist.ErrorListPlugin]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=1.0.3,source=C:\y\Progis\jEdit\jars\FTP.jar,class=ftp.FtpPlugin]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\ganymed.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=1.0.1,source=C:\y\Progis\jEdit\jars\GnuRegexp.jar,class=GnuRegexpPlugin]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\gruntspud.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=1.1,source=C:\y\Progis\jEdit\jars\Hex.jar,class=hex.HexPlugin]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=0.1.3,source=C:\y\Progis\jEdit\jars\HexEdit.jar,class=hexedit.HexEditPlugin]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=0.9,source=C:\y\Progis\jEdit\jars\HexTools.jar,class=de.jwi.jedit.hextools.HexToolsPlugin]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=1.9.8,source=C:\y\Progis\jEdit\jars\Highlight.jar,class=gatchan.highlight.HighlightPlugin]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\hunspell.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=1.6.1,source=C:\y\Progis\jEdit\jars\InfoViewer.jar,class=infoviewer.InfoViewerPlugin]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\j2ssh-common.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\j2ssh-core.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\jakarta-oro-2.0.8.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=0.6,source=C:\y\Progis\jEdit\jars\JakartaCommons.jar,class=jakartacommons.JakartaCommonsPlugin]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=3.1.2,source=C:\y\Progis\jEdit\jars\JavaSideKick.jar,class=sidekick.java.JavaSideKickPlugin]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\jaxen-1.1.1.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\jaxen-core-1.0-fcs.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=3.3.0,source=C:\y\Progis\jEdit\jars\JDiffPlugin.jar,class=jdiff.JDiffPlugin]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\jgoodies_looks.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\jing.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\jna.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=3.2.4,source=C:\y\Progis\jEdit\jars\JNAPlugin.jar,class=jnaplugin.JNAPlugin]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\jsch.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\junit-4.4.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\jython.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\jythonlib.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\kappalayout.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\kunststoff.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\lipstikLF-1.2.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\log4j-1.2.14.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=0.8,source=C:\y\Progis\jEdit\jars\LogViewer.jar,class=logviewer.LogViewerPlugin]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=1.6.2,source=C:\y\Progis\jEdit\jars\LookAndFeel.jar,class=lookandfeel.LookAndFeelPlugin]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=1.2,source=C:\y\Progis\jEdit\jars\MacroManager.jar,class=macroManager.MacroManagerPlugin]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\metouia.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\mysql-connector-java-5.0.4-bin.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\napkinlaf.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\NetComponents.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\nimrodlf.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\oalnf.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\ojdbc14.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=1.0.3,source=C:\y\Progis\jEdit\jars\Optional.jar,class=optional.OptionalPlugin]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\oro-2.0.8.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\plugspud.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\pmd-4.2.5.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\pmd-swingui-0.1.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=3.4.4,source=C:\y\Progis\jEdit\jars\ProjectViewer.jar,class=projectviewer.ProjectPlugin]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\recoder.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\relaxngDatatype.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\resolver.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=1.1.0,source=C:\y\Progis\jEdit\jars\RETest.jar,class=RETestPlugin]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\saxpath-1.0-fcs.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\sequence-library-1.0.2.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\serializer.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=0.0.1,source=C:\y\Progis\jEdit\jars\ShellscriptSideKick.jar,class=sidekick.shellscript.ShellscriptSideKickPlugin]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=1.2,source=C:\y\Progis\jEdit\jars\SideKick.jar,class=sidekick.SideKickPlugin]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\skinlf.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=R007,source=C:\y\Progis\jEdit\jars\SpellCheck.jar,class=cswilly.jeditPlugins.spell.SpellCheckPlugin]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=1.1,source=C:\y\Progis\jEdit\jars\SQL.jar,class=sql.SqlPlugin]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\sqljet-1.1.4.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\SQLSideKick.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=1.0.2,source=C:\y\Progis\jEdit\jars\SshConsole.jar,class=console.ssh.SshConsolePlugin]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\substance.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\svnkit-1.7.5-v1.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\svnkit-cli-1.7.5-v1.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\svnkit-cli.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\svnkit.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=1.7.5,source=C:\y\Progis\jEdit\jars\SVNPlugin.jar,class=ise.plugin.svn.SVNPlugin]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=2.4,source=C:\y\Progis\jEdit\jars\TaskList.jar,class=tasklist.TaskListPlugin]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=1.15,source=C:\y\Progis\jEdit\jars\TextTools.jar,class=TextToolsPlugin]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\toniclf.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\trang.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\trilead-ssh2-1.0.0-build215.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\trilead.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\velocity-1.5.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=1.0.6,source=C:\y\Progis\jEdit\jars\VoxSpell.jar,class=voxspellcheck.VoxSpellPlugin]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=1.0.2,source=C:\y\Progis\jEdit\jars\WhiteSpace.jar,class=whitespace.WhiteSpacePlugin]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\ws-commons-util-1.0.2.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\xalan.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\xercesImpl.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=2.9.1,source=C:\y\Progis\jEdit\jars\XercesPlugin.jar,class=xerces.XercesPlugin]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\xml-apis.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=2.8.1,source=C:\y\Progis\jEdit\jars\XML.jar,class=xml.XmlPlugin]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=0.3.3,source=C:\y\Progis\jEdit\jars\XmlIndenter.jar,class=xmlindenter.XmlIndenterPlugin]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\xmlrpc-2.0.1.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\xmlrpc-client-3.1.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=null,source=C:\y\Progis\jEdit\jars\xmlrpc-common-3.1.jar]
22:12:49 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=LOADED,exit=false,version=0.7.1,source=C:\y\Progis\jEdit\jars\xslt.jar,class=xslt.XSLTPlugin]
22:12:49 [main] [notice] jEdit: Loading plugins from C:\Users\u24408\AppData\Roaming\jEdit\jars
22:12:49 [main] [message] HistoryModel: Loading history
22:12:49 [main] [message] BufferHistory: Loading C:\Users\u24408\AppData\Roaming\jEdit\recent.xml
22:12:49 [main] [debug] PluginJAR: Opening C:\y\Progis\jEdit\jars\xercesImpl.jar
22:12:50 [main] [message] KillRing: Loading C:\Users\u24408\AppData\Roaming\jEdit\killring.xml
22:12:50 [main] [debug] PluginJAR: Opening C:\y\Progis\jEdit\jars\kunststoff.jar
22:12:50 [main] [debug] jEdit: initPLAF non-edt old=javax.swing.plaf.metal.MetalLookAndFeel requested=com.incors.plaf.kunststoff.KunststoffLookAndFeel new=com.incors.plaf.kunststoff.KunststoffLookAndFeel
22:12:50 [main] [debug] jEdit: SOCKS proxy disabled
22:12:50 [main] [debug] jEdit: HTTP proxy enabled: bcinternet-2nd.juliusbaer.com
22:12:50 [main] [debug] jEdit: HTTP proxy user: u24408
22:12:50 [AWT-EventQueue-0] [debug] EditBus: PropertiesChanged[source=null]
22:12:50 [main] [message] jEdit: Loading mode catalog file C:\y\Progis\jEdit\modes\catalog
22:12:50 [main] [message] jEdit: Loading mode catalog file C:\Users\u24408\AppData\Roaming\jEdit\modes\catalog
22:12:50 [main] [debug] PluginJAR: Activating background.BackgroundPlugin because of startup
22:12:50 [main] [debug] PluginJAR: Opening C:\y\Progis\jEdit\jars\Background.jar
22:12:50 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=ACTIVATED,exit=false,version=1.1.0,source=C:\y\Progis\jEdit\jars\Background.jar,class=background.BackgroundPlugin]
22:12:50 [main] [debug] PluginJAR: Activating org.jedit.plugins.columnruler.ColumnRulerPlugin because of startup
22:12:50 [main] [debug] PluginJAR: Opening C:\y\Progis\jEdit\jars\ColumnRuler.jar
22:12:50 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=ACTIVATED,exit=false,version=1.0.2,source=C:\y\Progis\jEdit\jars\ColumnRuler.jar,class=org.jedit.plugins.columnruler.ColumnRulerPlugin]
22:12:50 [main] [debug] PluginJAR: Activating console.ConsolePlugin because of startup
22:12:50 [main] [debug] PluginJAR: Opening C:\y\Progis\jEdit\jars\Console.jar
22:12:50 [AWT-EventQueue-0] [debug] EditBus: DynamicMenuChanged[menu=plugin.console.ConsolePlugin.menu,source=null]
22:12:50 [main] [debug] ConsolePlugin: Loaded 19 Actions
22:12:50 [main] [debug] PluginJAR: Opening C:\y\Progis\jEdit\jars\ErrorList.jar
22:12:50 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=ACTIVATED,exit=false,version=1.9,source=C:\y\Progis\jEdit\jars\ErrorList.jar,class=errorlist.ErrorListPlugin]
22:12:50 [main] [debug] PluginJAR: Activating GnuRegexpPlugin because of startup
22:12:50 [main] [debug] PluginJAR: Opening C:\y\Progis\jEdit\jars\GnuRegexp.jar
22:12:50 [AWT-EventQueue-0] [debug] EditBus: DynamicMenuChanged[menu=plugin.console.ConsolePlugin.menu,source=null]
22:12:50 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=ACTIVATED,exit=false,version=4.4.4,source=C:\y\Progis\jEdit\jars\Console.jar,class=console.ConsolePlugin]
22:12:50 [AWT-EventQueue-0] [debug] EditBus: DynamicMenuChanged[menu=plugin.console.ConsolePlugin.menu,source=null]
22:12:50 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=ACTIVATED,exit=false,version=1.0.1,source=C:\y\Progis\jEdit\jars\GnuRegexp.jar,class=GnuRegexpPlugin]
22:12:50 [main] [debug] PluginJAR: Activating infoviewer.InfoViewerPlugin because of startup
22:12:50 [AWT-EventQueue-0] [debug] EditBus: DynamicMenuChanged[menu=plugin.console.ConsolePlugin.menu,source=null]
22:12:50 [main] [debug] PluginJAR: Opening C:\y\Progis\jEdit\jars\InfoViewer.jar
22:12:50 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=ACTIVATED,exit=false,version=1.6.1,source=C:\y\Progis\jEdit\jars\InfoViewer.jar,class=infoviewer.InfoViewerPlugin]
22:12:50 [main] [debug] PluginJAR: Activating lookandfeel.LookAndFeelPlugin because of startup
22:12:50 [AWT-EventQueue-0] [debug] EditBus: DynamicMenuChanged[menu=plugin.console.ConsolePlugin.menu,source=null]
22:12:50 [main] [debug] PluginJAR: Opening C:\y\Progis\jEdit\jars\LookAndFeel.jar
22:12:50 [main] [debug] PluginJAR: Activating optional.OptionalPlugin because of startup
22:12:50 [main] [debug] PluginJAR: Opening C:\y\Progis\jEdit\jars\Optional.jar
22:12:50 [main] [debug] PluginJAR: Activating projectviewer.ProjectPlugin because of startup
22:12:50 [main] [debug] PluginJAR: Opening C:\y\Progis\jEdit\jars\ProjectViewer.jar
22:12:50 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=ACTIVATED,exit=false,version=1.6.2,source=C:\y\Progis\jEdit\jars\LookAndFeel.jar,class=lookandfeel.LookAndFeelPlugin]
22:12:50 [AWT-EventQueue-0] [debug] EditBus: DynamicMenuChanged[menu=plugin.console.ConsolePlugin.menu,source=null]
22:12:50 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=ACTIVATED,exit=false,version=1.0.3,source=C:\y\Progis\jEdit\jars\Optional.jar,class=optional.OptionalPlugin]
22:12:50 [AWT-EventQueue-0] [debug] EditBus: DynamicMenuChanged[menu=plugin.console.ConsolePlugin.menu,source=null]
22:12:50 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=ACTIVATED,exit=false,version=3.4.4,source=C:\y\Progis\jEdit\jars\ProjectViewer.jar,class=projectviewer.ProjectPlugin]
22:12:50 [main] [debug] PluginJAR: Activating sidekick.SideKickPlugin because of startup
22:12:50 [AWT-EventQueue-0] [debug] EditBus: DynamicMenuChanged[menu=plugin.console.ConsolePlugin.menu,source=null]
22:12:50 [main] [debug] PluginJAR: Opening C:\y\Progis\jEdit\jars\SideKick.jar
22:12:50 [main] [debug] PluginJAR: Activating cswilly.jeditPlugins.spell.SpellCheckPlugin because of startup
22:12:50 [main] [debug] PluginJAR: Opening C:\y\Progis\jEdit\jars\SpellCheck.jar
22:12:50 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=ACTIVATED,exit=false,version=1.2,source=C:\y\Progis\jEdit\jars\SideKick.jar,class=sidekick.SideKickPlugin]
22:12:50 [AWT-EventQueue-0] [debug] EditBus: DynamicMenuChanged[menu=plugin.console.ConsolePlugin.menu,source=null]
22:12:50 [main] [debug] PluginJAR: Activating voxspellcheck.VoxSpellPlugin because of startup
22:12:50 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=ACTIVATED,exit=false,version=R007,source=C:\y\Progis\jEdit\jars\SpellCheck.jar,class=cswilly.jeditPlugins.spell.SpellCheckPlugin]
22:12:50 [AWT-EventQueue-0] [debug] EditBus: DynamicMenuChanged[menu=plugin.console.ConsolePlugin.menu,source=null]
22:12:50 [main] [debug] PluginJAR: Opening C:\y\Progis\jEdit\jars\VoxSpell.jar
22:12:51 [main] [debug] PluginJAR: Activating whitespace.WhiteSpacePlugin because of startup
22:12:51 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=ACTIVATED,exit=false,version=1.0.6,source=C:\y\Progis\jEdit\jars\VoxSpell.jar,class=voxspellcheck.VoxSpellPlugin]
22:12:51 [AWT-EventQueue-0] [debug] EditBus: DynamicMenuChanged[menu=plugin.console.ConsolePlugin.menu,source=null]
22:12:51 [main] [debug] PluginJAR: Opening C:\y\Progis\jEdit\jars\WhiteSpace.jar
22:12:51 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=ACTIVATED,exit=false,version=1.0.2,source=C:\y\Progis\jEdit\jars\WhiteSpace.jar,class=whitespace.WhiteSpacePlugin]
22:12:51 [AWT-EventQueue-0] [debug] EditBus: DynamicMenuChanged[menu=plugin.console.ConsolePlugin.menu,source=null]
22:12:51 [main] [debug] Macros: Registered beanshell macro handler
22:12:51 [AWT-EventQueue-0] [debug] EditBus: DynamicMenuChanged[menu=macros,source=null]
22:12:51 [main] [message] BeanShell: Running script C:\y\Progis\jEdit\startup\startup.bsh
22:12:51 [main] [debug] PluginJAR: Opening C:\y\Progis\jEdit\jars\FTP.jar
22:12:51 [main] [debug] PluginJAR: Opening C:\y\Progis\jEdit\jars\jsch.jar
22:12:51 [AWT-EventQueue-0] [debug] EditBus: PluginUpdate[what=ACTIVATED,exit=false,version=1.0.3,source=C:\y\Progis\jEdit\jars\FTP.jar,class=ftp.FtpPlugin]
22:12:51 [AWT-EventQueue-0] [debug] EditBus: DynamicMenuChanged[menu=plugin.console.ConsolePlugin.menu,source=null]
22:12:51 [main] [notice] jEdit$3: Loading edit mode C:\y\Progis\jEdit\modes\text.xml
22:12:51 [main] [debug] String: BeanShell interpreter version 2.0b4-jedit
22:12:51 [main] [debug] jEdit: main done:6231 ms
22:12:51 [AWT-EventQueue-0] [message] PerspectiveManager: Loading C:\Users\u24408\AppData\Roaming\jEdit\perspective.xml
22:12:52 [AWT-EventQueue-0] [notice] jEdit$3: Loading edit mode C:\y\Progis\jEdit\modes\csv.xml
22:12:52 [AWT-EventQueue-0] [debug] EditBus: BufferUpdate[what=PROPERTIES_CHANGED,view=null,source=CRM_ProductZR_20130808.csv (C:\y\sourcing\)]
22:12:52 [AWT-EventQueue-0] [debug] EditBus: BufferUpdate[what=CREATED,view=null,source=CRM_ProductZR_20130808.csv (C:\y\sourcing\)]
22:12:52 [AWT-EventQueue-0] [debug] EditBus: BufferUpdate[what=LOAD_STARTED,view=null,source=CRM_ProductZR_20130808.csv (C:\y\sourcing\)]
22:12:52 [AWT-EventQueue-0] [debug] EditBus: BufferUpdate[what=LOADED,view=null,source=CRM_ProductZR_20130808.csv (C:\y\sourcing\)]
Screen resolution problem on Mac OS 10.8
Submitted by Gregory on Monday, 13 May, 2013 - 11:38
After many years of happily using jEdit on a Windows machine, I have finally switched to a Mac. I have a 15" MacBook Pro with the Retina display, which gives amazingly high-resolution graphics. However, after installing jEdit 5.0.0 via the Mac disk image, the graphics resolution for jEdit is seriously degraded, with strong pixellation. This applies not just to the text in the editor, but throughout: menus, icons, everywhere.

Interestingly, I had previously installed jEdit 5.0.0 via the Java installer, and the graphics worked perfectly. I just wanted to have it installed as a Mac application, so I re-installed.

I have tried upgrading Java from 1.6.0 to 1.7.3, but that did not seem to make a difference.

I will be grateful for any suggestions. I am still new to Mac OS, so there may be some simple setting to change that will make all the difference.

/Gregory
testautoComplete loose focus
Submitted by timou on Monday, 25 March, 2013 - 08:41
Hi...

I have a problem with the text autocomplete plug-ins...

when I write a word, let's say "print", after 2 worlds, the popup appears then if I continue to type, the focus is loose.
at the end of the word, I hit space, then a I cannot ype anything. I have to refocius on the current tezxt view with the mouse.

UI tried on jEdit 4.5 and 5... that's the same.

Any idea?

Thanks
Left Paren "(" not visible on Macbook after 10.8.2 update
Submitted by FatDog on Thursday, 14 March, 2013 - 16:07
My work supplied Macbook was having some issues so they upgraded the OS to 10.8.2. Not the latest but a good working version of the previous version.

I was stuck in a WarRoom and had to use Jedit on the Mac and discovered something funny. The left parenthensies are all invisible:

my %gPUB_HASH = (); - This is what it looks like in TextWrangler
my %gPUB_HASH = ); - This is what it looks like in Jedit


The open paren character "(" is invisible all throughout the .pl script. I have changed the color scheme, the background and even tried reloading with several different encoding schemes but no luck.

If I cut and paste the text into a email or TextWrangler the character shows up. It is just invisible

As I type the closing ")" character the cursor does flash to where the "(" should be so Jedit knows it is there.

Help! This is really annoying and does not happen on my various Window installs.
cannot install XML plugin on Mac OS X 10.7.5 jEdit 5.1 pre java 1.6.0_37
Submitted by mandersen on Wednesday, 9 January, 2013 - 18:52
I cannot get jEdit to install the XML plugin. I have been able to install other plugins as recently as yesterday. The download manager shows the XML plugin, I check its box and click "install". A window opens with a progress bar, which progresses to 100%, and then I get an error message: "Error while downloading the plugin, please try another mirror". I've tried about a dozen mirror with no success. I've tried using wide-open permissions on the jEdit home and settings directories - no difference. I've tried installing the plugin in the settings and application directory. I've even tried to install it manually. So far, no luck. I'd really like to get the XML plugin working, can anyone offer me any pointers? Is there a log file I can check?

Thanks and best regards,

Mike
Root node in file browser
Submitted by jmmalmedy on Monday, 10 December, 2012 - 17:31
Hello,

I'm using jEdit 5.0.0 on Windows XP SP3.

In the file browser (or file opening window), when I select the root node, "loading" is displayed but the file list is never refreshed.

The activity logs contains the following error report:

18:14:50 [AWT-EventQueue-0] [error] AWT-EventQueue-0: Exception in thread "AWT-EventQueue-0"
18:14:50 [AWT-EventQueue-0] [error] AWT-EventQueue-0: java.lang.NullPointerException
18:14:50 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Matcher.getTextLength(Unknown Source)
18:14:50 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Matcher.reset(Unknown Source)
18:14:50 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Matcher.(Unknown Source)
18:14:50 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Pattern.matcher(Unknown Source)
18:14:50 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at org.gjt.sp.jedit.io.GlobVFSFileFilter.accept(GlobVFSFileFilter.java:65)
18:14:50 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at org.gjt.sp.jedit.io.GlobVFSFileFilter.accept(GlobVFSFileFilter.java:54)
18:14:50 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at org.gjt.sp.jedit.browser.VFSBrowser.directoryLoaded(VFSBrowser.java:1380)
18:14:50 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at org.gjt.sp.jedit.browser.BrowserView$2.run(BrowserView.java:189)
18:14:50 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.event.InvocationEvent.dispatch(Unknown Source)
18:14:50 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
18:14:50 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.EventQueue.access$000(Unknown Source)
18:14:50 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.EventQueue$1.run(Unknown Source)
18:14:50 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.EventQueue$1.run(Unknown Source)
18:14:50 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.security.AccessController.doPrivileged(Native Method)
18:14:50 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
18:14:50 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.EventQueue.dispatchEvent(Unknown Source)
18:14:50 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
18:14:50 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
18:14:50 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
18:14:50 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
18:14:50 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
18:14:50 [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.EventDispatchThread.run(Unknown Source)

Is there a workaround for this trouble, please?

Thanks in advance,

JMMalmedy
Version 5.0
Submitted by CJreige on Tuesday, 4 December, 2012 - 18:19
Hi everybody.

I just upgraded to version 5.0. It deleted all my 'XInsert' files. XInsert is a code completion plug-in. Has this happened to anyone else? Is there a way to get the files back???
Jedit opens multiple times
Submitted by Nina2012 on Monday, 1 October, 2012 - 20:16
Hi all,
when I open a html document with jedit, the programme opens 20-30 times. I tried to change some preferences so that it won't remember previously used documents, but it freezes.
What to do?
Cheers,
Nina
User login
Browse archives
« July 2025  
MoTuWeThFrSaSu
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
 
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   109982
Context Free Art (*.cfdg)   0.31   46075
BBEdit scheme   1.0   18610
JBuilder scheme   .001   18511
ColdFusion scheme   1.0   18044
R Edit Mode - extensive version   0.1   17492
Advanced HTML edit mode   1.0   16226
Matlab Edit Mode   1.0   16089
jEdit XP icons   1.0   15248
XP icons for jEdit   1.1   14312