jEdit Community - Resources for users of the jEdit Text Editor
Archives
Sidekick plugin doesn't handle CSS @media sections?
Submitted by Phrawm48 on Thursday, 25 April, 2013 - 15:49
First, my apologies if I've put this in the wrong forum. I took a look a the various forums and concluded this would be the place to discuss an apparent issue with jEdit 5's Sidekick plugin.

I recently discovered that the jEdit 5.0.0's excellent Sidekick plugin evidently doesn't cope well with CSS @media statements / sections.

I have a CSS file that includes a "@media print" section. Sidekick lists all the styles in the default section of the CSS file, but does not list anything contained in the print section.

If I remove the @print section statements and its delimiters, then in Sidekick click Parse, Sidekick now lists all sections. For example, the default section of the CSS contains a "body" selector, as does the print section of the CSS. With the @media statement and delimiters removed, Sidekick lists both of the "body" selectors. If I put the @media section back in and Parse and Sidekick only sees the default section's "body" selector.

I'm only a jEdit user, not a developer, but wanted to raise this issue in the developer's forum because it's where I think I might get a useful response; and if we're all lucky, maybe even a fix at some point.

Cheers & thanks for your help,
Riley
SFO
CtagsInterface - filtering tags: is it possible ?
Submitted by wkevils on Thursday, 9 May, 2013 - 19:21
Hello,
With ProjectViewer and CtagsInterface plugins (in conjuction),
if the directory tree is not part of a project, you simply right click the root and select "Plugins -> Add source tree to tag index" to generate tags.

see also:
http://jedit.9.x6.nabble.com/Re-jEdit-devel-jEdit-users-ctagsinterface-tags-refreshing-td4999851.html

I don't know what is the tags engine of CtagsInterface; it could be that it is exueberant tags.

In any case, I am working with kernel source tree. When I am generating a tag file,
I am used to add some filters to the tag creation (not include architectures which I
do not need; including them increases the possible options when jumping to methods which
has the same name in different architectures.

I tried to work with CtagsInterface without creating a special project in ProjectViewer;
when I click the root of a kernel tree and select "Plugins -> Add source tree to tag index" to generate tags, it takes a lot of time and it traverses all the kernel tree.

Is there a way to add filter to the tags creation?
(like: --exclude=arch/ia64, which I use when I create my tags with exuberant tags)

regards,
Kevin
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
Need Help for my first Macro!
Submitted by alcymart on Thursday, 23 May, 2013 - 02:35
Hello Everyone, I need a very basic macro to get me going in the correct direction. Doing this manually would take me years. I presently know nothing at all about coding with Beanshell except for a few basics. Not enough to write even 1 line of code. Would someone Can someone kind enough write me this small macro. I learn better from example than reading a bunch of tuts. Honestly, I don't even know what to write as the first line of code even if I read all the tutorials as I didn't finish high school.

I kindly ask if anyone here can write the following script which I will explain now:

Lets say I inputed that the highnumber=49 for the sequence of numbers below:

03,15,24,36,38,41

The script must look at the numbers above and translate the line to the
format below with high number being 49 and replace it into this format below
which are all the numbers that aren't in the sequence from 1 to 49 all on 1
line in jedit:

01 02 04 05 06 07 08 09 10 11 12 13 14 16 17 18 19 20 21 22 23 25
26 27 28 29 30 31 32 33 34 35 37 39 40 42 43 44 45 46 47 48 49

If I input the high number of 10 for an easier combo below:

03,05,07

It would return 7 nunbers below which are not in the sequence:

01,02,04,06,08,09,10

the script must thereafter do the next sequence of combinations etc, as there are thousands of lottery draws. Yes its to edit Lotto numbers. It must basically loop until it reaches the last sequence of numbers.

With this sample script I could learn from example and use this script as a foundation for other scripts as the
scripts I need all have to do with editing numbers as above.

Thank you in advance to the kind person who will do this for me...you shall be rewarded accordingly...
jEdit 5.1pre1 is out!
Submitted by Vampire on Friday, 24 May, 2013 - 00:42
Hello everyone,

I proudly present jEdit 5.1pre1, the first preview development release of the 5.1 series of jEdit.

Detailed changes can as always be found in the Change Log at http://jedit.org/CHANGES51.txt, but here are some of the major features of this version:
  • WorkThreads have been rewritten into Tasks, making it possible to completely remove the old "I/O Progress Monitor" and the wasteful space it took up in the Task Monitor. Old deprecated classes related to WorkThread and WorkThreadPool have been removed.
  • New Plugin Manager option to check for and disable obsolete plugins. Enabled by default, this will ensure that old unsupported plugins do not interfere with the running operation of jEdit.


Volunteers are always welcome to contribute to the future of jEdit:
http://www.jedit.org/index.php?page=devel


That being said, here is the download link:
http://www.jedit.org/index.php?page=download


FYI, merge requests for the 5.1 series (fix done, but waiting for a review) can be found at:
https://sourceforge.net/tracker/?group_id=588&atid=1235750&status=1&artgroup=6846241

Have fun with the new release.
How to change font for jEdit Help
Submitted by rovf on Wednesday, 12 June, 2013 - 13:56
How can I make the font of the jEdit help window bigger? I find it hard to read.

I tried to adjust GlobalOptions/TextArea/TextFont, but this changes just the font for the edit pane, not for the Help.
get back Rot13.bsh macro
Submitted by weberjn on Thursday, 13 June, 2013 - 14:18
Hi,

in recent jEdit versions the Rot13.bsh macro is no longer included. Could you please put it back?

I found it in
http://rpmfind.net/linux/RPM/sourceforge/j/je/jedit/jedit/3.2/jedit-3.2-1.noarch.html

Thanks,
Juergen
partial string search
Submitted by jbrave on Thursday, 25 July, 2013 - 22:25
Does anyone know a good way to search for blocks of text where you know the starting part of the string, for instance, search for a multi-line text block that starts with the string:

"DATA:"

and ends with the string

"NULL"
jEdit 5.1.0 is out!
Submitted by Vampire on Monday, 29 July, 2013 - 22:25
Hello everyone,

I proudly present jEdit 5.1.0, the first stable release of the 5.1 series of jEdit.

Detailed changes can as always be found in the Change Log at http://jedit.org/CHANGES51.txt, but here are some of the major features of this version:
  • VFS WorkThreads have been rewritten into Tasks, making it possible to completely remove the old "I/O Progress Monitor" and the wasteful space it took up in the Task Monitor. Old deprecated classes related to WorkThread and WorkThreadPool have been removed.
  • New Plugin Manager option to check for and disable obsolete plugins. Enabled by default, this will ensure that old unsupported plugins do not interfere with the running operation of jEdit.
  • Added another language to our list of translated languages: English, French, German, Japanese, Czech, Russian, and now Chinese! We are always looking for volunteers to help translate jEdit into Hindi, Korean, or Spanish, or any other language, really! It is fairly easy to add a new translation to jEdit or the plugins.
  • There is now a new encoding Native2ASCII which collapses unicode escapes in ISO-8859-1 files on read and expands characters that cannot be encoded with ASCII as unicode escapes on write. This encoding is the one Java properties should be in.


Volunteers are always welcome to contribute to the future of jEdit:
http://www.jedit.org/index.php?page=devel


That being said, here is the download link:
http://www.jedit.org/index.php?page=download


FYI, merge requests for the 5.1 series (fix done, but waiting for a review) can be found at:
https://sourceforge.net/tracker/?group_id=588&atid=1235750&status=1&artgroup=6846241

Have fun with the new release.
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\)]
Processing.py Commando file (since version 0202) (processingpy.xml v0.1 by Martin Prout)
Submitted by monkstone on Wednesday, 11 September, 2013 - 12:42
Run processing.py from jEdit
PYP5 macro to launch processing.py commando file (PYP5.xml v0.1 by Martin Prout)
Submitted by monkstone on Wednesday, 11 September, 2013 - 12:45
Simple macro to use with processing.py commando file
ProjectViewer - where are the passwords stored?
Submitted by Skeeve on Thursday, 12 September, 2013 - 06:49
Hi!

I have several projects in my project viewer, all using SVN. Now I sometimes have to change my password for the SVN server and it's rather annoying having to go through all the projects to change the password.

So I wonder wheter it would be possible to change them all in the file where the password is stored.
mode with line continuation
Submitted by captainhunt on Monday, 16 September, 2013 - 16:27
Hi mode writers,

I am trying to implement a jedit mode for a tcl like language and am missing a good way to deal with line continuation.

The command syntax is roughly:

command -option1 arg1 -option2 arg2...
E.g.
create_variable -name Vg -dataset Data -function "<v:Data>"  
create_curve -name IVref($P) -dataset Data -axisX "Vg" -axisY "Id"  
I'd like to provide a bit context sensitivity in the mode, meaning each command should have its on set of valid options. So in above example
  • create_variable should have the options -name, -dataset and -function
but
  • create_curve should have the options -name, -dataset, -axisX and -axisY
I can acomplish this with
<EOL_SPAN_REGEXP TYPE="KEYWORD1" DELEGATE="CREATE_VARIABLE">create_variable(?=.*)</EOL_SPAN_REGEXP>
and dealing with the options in separate rules.

So far so good, but as the commands typically get pretty long, users typically use line continuation backslash just as common in tcl.

create_variable -name Vg -dataset Data \ 
	-function "<v:Data>"  
create_curve -name IVref($P) -dataset Data \ 
	-axisX "Vg" -axisY "Id"  
This of course immediately kills EOL_REGEXP. I tried various other approaches with SEQ... However, it is very hard to keep the right context for the options, without breaking anything else.

I have the feeling that a RULE option LINE_CONTINUATION_CHAR="\" that if present as last char on the line, concatenates the current line with the next line, before further parsing, would be the only way to go here.

Any hints, ideas appreciated

Best regards
Gergoe

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" is broken error on mac os x 10.8.5
Submitted by k.kelln on Monday, 21 October, 2013 - 14:22
I am now getting a "jEdit" is broken, move to trash error message when attempting to run jEdit on my iMac running OS X 10.8.5. It ran previously. I downloaded the latest version and tried running that with the same result. Any ideas? Could my Java version/install be broken and that's causing this result?
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 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.
Search/Find History Persisted Between Sessions
Submitted by user2037 on Monday, 11 November, 2013 - 17:27
It'd be nice if the search/find history were saved between sessions, such as on disk. Ideally with the replace-history also persisted.
rp5.bsh v1.0 by monkstone
Submitted by monkstone on Sunday, 15 December, 2013 - 08:21
Macro for setting GEM_HOME and GEM_PATH environmental variables and calling rp5 commando menu
User login
Browse archives
« April 2013 »
MoTuWeThFrSaSu
1
2
3
4
5
6
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
26
27
28
29
30
 
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   108252
Context Free Art (*.cfdg)   0.31   46074
BBEdit scheme   1.0   18609
JBuilder scheme   .001   18511
ColdFusion scheme   1.0   18044
R Edit Mode - extensive version   0.1   17490
Advanced HTML edit mode   1.0   16226
Matlab Edit Mode   1.0   16088
jEdit XP icons   1.0   15248
XP icons for jEdit   1.1   14312