jEdit Community - Resources for users of the jEdit Text Editor
Archives
A total beginner
Submitted by Anonymous on Wednesday, 23 March, 2005 - 08:00
I downloaded JBuilder but it looks pretty complicated for me and I may have to switch to something simpler. I might download a text editor like jEdit and then install that along with Java 1.4. Is that all I need to do then to start writing programs? When I install jEdit will it automatically link itself to Java 1.4 or do I have to go through some manual configuration process to link the two together?

And what is a plug-in? Do I need to install any plug-ins? Or can I use jEdit just the way it comes in the download?
Keep Java mode from indenting to javadoc space
Submitted by Anonymous on Wednesday, 23 March, 2005 - 19:44
I'm certain I had this problem fixed once, but I can't find whatever documentation I used. I've just come back to JEdit from Netbeans, so I can't quite recall what changes I made. I'm using JEdit 4.2Final.

If I'm typing a Java file, and I enter a Javadoc, followed by a class or method declaration, when I press <enter> on the line, it indents to the * on the javadoc. Example:

I type:

/**
 * javadoc comment
 */
public class MyClass {


Jedit automatically indents to:

/**
 * javadoc comment
 */
 public class MyClass {


inserting the space at the beginning of the line. I don't want this to happen. Can anybody tell me what I need to do to fix it; I suspect I'll have to edit the java mode file, but I'm not overly familiar with the syntax. I looked at the java mode, but nothing popped out to solve this issue.

Thanks,
Dusty

PS: My login seems to be broken here, I'm 'Sawdusty', but I can't log in and the request password form isn't sending me one.
Dock the "Search and Replace" dialog?
Submitted by Anonymous on Thursday, 24 March, 2005 - 20:21
Hi,

I've just started using JEdit - excellent product!

Is there any way to make the "Search and Replace" dialog dockable? It would definitely making editing multiple buffers easier.

Thx,

Frank.
Plug in download did not work
Submitted by Anonymous on Friday, 25 March, 2005 - 07:47
I was going to download the JCompiler and Console plug-ins so I don't have to open a command line to compile and run my program. But during the download I got I/O error and I don't know why. I'm assuming the download failed. How can I tell if I have these plug-ins installed?
HTML Code Formatting?
Submitted by Anonymous on Friday, 25 March, 2005 - 14:34
Is jEdit (or a plugin) able to perform HTML source code formatting, like for example Dreamweaver does? I got many files with messy html code and I was wondering if I could do this with jEdit.

Thanks...
International Character input (at least Baltic Encoding)
Submitted by Anonymous on Friday, 25 March, 2005 - 18:27
I just thought it might help somebody. I have Mepis3.3 installed on my IBM Laptop and under windows i was used to jEdit, so after switching to Linux i of course installed jEdit too, but my my - though the keyboard layouts work just fine in any other program it wouldn't in jEdit - it just prints absolutely wrong characters (no matter what encoding is set default). I found a workaround to this:
First of all you need Character Map plugin installed.
So how do we get the character - using kde (3.3.2) Alt+Character does the trick, but not in Java apps.
Do this:
Start Macros Recording > type the Alt+Character (it gives you the usual stoooopid none-needs-it character) > Stop Recording (it switches you to Macros editing) > select the wrong character > open Character Map plugin - type the correct one > save the macros > open Global Options Shortcuts > Macros > find the macros you just created and assign it the hot key Alt+Character .
Vuala ! Thus you have what you needed in the first place Smiling Of course, it will take some time to make all the needed macros, but if you love jEdit as i do you will find it a peace of cake Eye-wink

And now for those of you who know the proper way to correct this - start talking ! Laughing out loud
Code Browser in OSX?
Submitted by Anonymous on Sunday, 27 March, 2005 - 15:04
I'm a long time user of jEdit, but just found out about the code browser plugin. I'm running OS/X v.10.3.8, and installed exuberant ctags (version 5.5.4) through darwinports. Ctags seems to run perfectly from the command line, but it just doesn't work inside of jEdit. I've got the correct path in the plugin settings. I've tried different kinds of files, some C, some tcl, html, java, and PHP, so I'm fairly sure it's not a language-support or file extension issue.

I noticed some odd behavior, as well. I've got the Code Browser docked on the right. When I first open jEdit, there are some entries in the code tree that are completely out of the blue (I expanded them so you could see):



If anyone could help me out with this, I would appreciate it greatly. Thanks
Help for Console plugin cannot be found
Submitted by Anonymous on Monday, 28 March, 2005 - 10:46
When I open help and click on the help for the Console plugin I get:
The file jeditresource:/Console.jar/index.html could not be loaded due to an I/O error.
(java.io.IOException: Resource not found: index.html)
I then removed Console and loaded it again using Plugin Manager, but nothing seems to help.
Any ideas?
TIA,
Arie
FORUM REGISTRATION PROBLEM!!
Submitted by Anonymous on Tuesday, 29 March, 2005 - 10:36
Hi,

This probably NOT the right place to mention this, but I can't seem to register with
any of the jEdit forums! I've provided a valid username and my e-mail address, but
no password has been mailed to me. Would someone PLEASE send a message to whoever is
responsible for this area, that I CAN'T GET A PASSWORD! I've looked all over the jEdit
site and there doesn't seem to be ANY links to a webmaster or anyone who manages this site! Please send any replies to the following e-mail address: djkone@esc.net.au

(Please note: I have even tried registering with another Drupal affiliated site, but I
still can't log on to any jEdit forums!)


Thanks,
David Kromek.
hangs at startup
Submitted by Anonymous on Tuesday, 29 March, 2005 - 18:23
I have a problem with gettin jedit run with java1.5. (It was fine before I installed j1.5)
I hava both java1.5 sdk and jre installed. I tried to set JAVA_HOME to point jre directory. But it didn't worked out.
Then I realized I have jdk 1.4 installed (in the jbuilder directory). I tried to run jedit with that, it didn't worked out either.
So I downloaded the latest version (4.3pre2). I starts fine but then it hangs when try to open parantheses after a word. I think there is a problem with the syntax highlighter ??
Thanx,
yufufi
by the way here are the error outputs:
jedit hangs at startup: [error] GUIUtilities: java.lang.NullPointerException [error] GUIUtilities: at java.util.StringTokenizer.(StringTokenizer.java: 182) [error] GUIUtilities: at java.util.StringTokenizer.(StringTokenizer.java: 219) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.parseStyle(GUIUtilities. java:790) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities. java:888) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities. java:864) [error] GUIUtilities: at org.gjt.sp.jedit.EditPane.propertiesChanged(EditPane.j ava:453) [error] GUIUtilities: at org.gjt.sp.jedit.EditPane.(EditPane.java:358) [error] GUIUtilities: at org.gjt.sp.jedit.View.createEditPane(View.java:1547) [error] GUIUtilities: at org.gjt.sp.jedit.View.restoreSplitConfig(View.java:145 4) [error] GUIUtilities: at org.gjt.sp.jedit.View.(View.java:1197) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2141) [error] GUIUtilities: at org.gjt.sp.jedit.PerspectiveManager$PerspectiveHandler .endElement(PerspectiveManager.java:344) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseETag(XmlParser.java:1 041) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseContent(XmlParser.jav a:1112) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseElement(XmlParser.jav a:947) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseContent(XmlParser.jav a:1118) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseElement(XmlParser.jav a:947) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseDocument(XmlParser.ja va:496) [error] GUIUtilities: at com.microstar.xml.XmlParser.doParse(XmlParser.java:176 ) [error] GUIUtilities: at com.microstar.xml.XmlParser.parse(XmlParser.java:146) [error] GUIUtilities: at org.gjt.sp.jedit.PerspectiveManager.loadPerspective(Pe rspectiveManager.java:81) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit$5.run(jEdit.java:3450) [error] GUIUtilities: at java.awt.event.InvocationEvent.dispatch(InvocationEven t.java:209) [error] GUIUtilities: at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpOneEventForHierarchy( EventDispatchThread.java:234) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEventsForHierarchy(Ev entDispatchThread.java:163) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEvents(EventDispatchT hread.java:157) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEvents(EventDispatchT hread.java:149) [error] GUIUtilities: at java.awt.EventDispatchThread.run(EventDispatchThread.j ava:110) [error] GUIUtilities: java.lang.NullPointerException [error] GUIUtilities: at java.util.StringTokenizer.(StringTokenizer.java: 182) [error] GUIUtilities: at java.util.StringTokenizer.(StringTokenizer.java: 219) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.parseStyle(GUIUtilities. java:790) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities. java:888) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities. java:864) [error] GUIUtilities: at org.gjt.sp.jedit.EditPane.propertiesChanged(EditPane.j ava:453) [error] GUIUtilities: at org.gjt.sp.jedit.EditPane.(EditPane.java:358) [error] GUIUtilities: at org.gjt.sp.jedit.View.createEditPane(View.java:1547) [error] GUIUtilities: at org.gjt.sp.jedit.View.restoreSplitConfig(View.java:145 4) [error] GUIUtilities: at org.gjt.sp.jedit.View.(View.java:1197) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2141) [error] GUIUtilities: at org.gjt.sp.jedit.PerspectiveManager$PerspectiveHandler .endElement(PerspectiveManager.java:344) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseETag(XmlParser.java:1 041) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseContent(XmlParser.jav a:1112) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseElement(XmlParser.jav a:947) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseContent(XmlParser.jav a:1118) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseElement(XmlParser.jav a:947) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseDocument(XmlParser.ja va:496) [error] GUIUtilities: at com.microstar.xml.XmlParser.doParse(XmlParser.java:176 ) [error] GUIUtilities: at com.microstar.xml.XmlParser.parse(XmlParser.java:146) [error] GUIUtilities: at org.gjt.sp.jedit.PerspectiveManager.loadPerspective(Pe rspectiveManager.java:81) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit$5.run(jEdit.java:3450) [error] GUIUtilities: at java.awt.event.InvocationEvent.dispatch(InvocationEven t.java:209) [error] GUIUtilities: at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpOneEventForHierarchy( EventDispatchThread.java:234) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEventsForHierarchy(Ev entDispatchThread.java:163) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEvents(EventDispatchT hread.java:157) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEvents(EventDispatchT hread.java:149) [error] GUIUtilities: at java.awt.EventDispatchThread.run(EventDispatchThread.j ava:110) [error] GUIUtilities: java.lang.NullPointerException [error] GUIUtilities: at java.util.StringTokenizer.(StringTokenizer.java: 182) [error] GUIUtilities: at java.util.StringTokenizer.(StringTokenizer.java: 219) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.parseStyle(GUIUtilities. java:790) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities. java:888) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities. java:864) [error] GUIUtilities: at org.gjt.sp.jedit.EditPane.propertiesChanged(EditPane.j ava:453) [error] GUIUtilities: at org.gjt.sp.jedit.EditPane.(EditPane.java:358) [error] GUIUtilities: at org.gjt.sp.jedit.View.createEditPane(View.java:1547) [error] GUIUtilities: at org.gjt.sp.jedit.View.restoreSplitConfig(View.java:145 4) [error] GUIUtilities: at org.gjt.sp.jedit.View.(View.java:1197) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2141) [error] GUIUtilities: at org.gjt.sp.jedit.PerspectiveManager$PerspectiveHandler .endElement(PerspectiveManager.java:344) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseETag(XmlParser.java:1 041) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseContent(XmlParser.jav a:1112) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseElement(XmlParser.jav a:947) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseContent(XmlParser.jav a:1118) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseElement(XmlParser.jav a:947) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseDocument(XmlParser.ja va:496) [error] GUIUtilities: at com.microstar.xml.XmlParser.doParse(XmlParser.java:176 ) [error] GUIUtilities: at com.microstar.xml.XmlParser.parse(XmlParser.java:146) [error] GUIUtilities: at org.gjt.sp.jedit.PerspectiveManager.loadPerspective(Pe rspectiveManager.java:81) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit$5.run(jEdit.java:3450) [error] GUIUtilities: at java.awt.event.InvocationEvent.dispatch(InvocationEven t.java:209) [error] GUIUtilities: at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpOneEventForHierarchy( EventDispatchThread.java:234) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEventsForHierarchy(Ev entDispatchThread.java:163) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEvents(EventDispatchT hread.java:157) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEvents(EventDispatchT hread.java:149) [error] GUIUtilities: at java.awt.EventDispatchThread.run(EventDispatchThread.j ava:110) [error] GUIUtilities: java.lang.NullPointerException [error] GUIUtilities: at java.util.StringTokenizer.(StringTokenizer.java: 182) [error] GUIUtilities: at java.util.StringTokenizer.(StringTokenizer.java: 219) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.parseStyle(GUIUtilities. java:790) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities. java:888) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities. java:864) [error] GUIUtilities: at org.gjt.sp.jedit.EditPane.propertiesChanged(EditPane.j ava:453) [error] GUIUtilities: at org.gjt.sp.jedit.EditPane.(EditPane.java:358) [error] GUIUtilities: at org.gjt.sp.jedit.View.createEditPane(View.java:1547) [error] GUIUtilities: at org.gjt.sp.jedit.View.restoreSplitConfig(View.java:145 4) [error] GUIUtilities: at org.gjt.sp.jedit.View.(View.java:1197) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2141) [error] GUIUtilities: at org.gjt.sp.jedit.PerspectiveManager$PerspectiveHandler .endElement(PerspectiveManager.java:344) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseETag(XmlParser.java:1 041) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseContent(XmlParser.jav a:1112) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseElement(XmlParser.jav a:947) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseContent(XmlParser.jav a:1118) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseElement(XmlParser.jav a:947) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseDocument(XmlParser.ja va:496) [error] GUIUtilities: at com.microstar.xml.XmlParser.doParse(XmlParser.java:176 ) [error] GUIUtilities: at com.microstar.xml.XmlParser.parse(XmlParser.java:146) [error] GUIUtilities: at org.gjt.sp.jedit.PerspectiveManager.loadPerspective(Pe rspectiveManager.java:81) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit$5.run(jEdit.java:3450) [error] GUIUtilities: at java.awt.event.InvocationEvent.dispatch(InvocationEven t.java:209) [error] GUIUtilities: at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpOneEventForHierarchy( EventDispatchThread.java:234) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEventsForHierarchy(Ev entDispatchThread.java:163) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEvents(EventDispatchT hread.java:157) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEvents(EventDispatchT hread.java:149) [error] GUIUtilities: at java.awt.EventDispatchThread.run(EventDispatchThread.j ava:110) [error] GUIUtilities: java.lang.NullPointerException [error] GUIUtilities: at java.util.StringTokenizer.(StringTokenizer.java: 182) [error] GUIUtilities: at java.util.StringTokenizer.(StringTokenizer.java: 219) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.parseStyle(GUIUtilities. java:790) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities. java:888) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities. java:864) [error] GUIUtilities: at org.gjt.sp.jedit.EditPane.propertiesChanged(EditPane.j ava:453) [error] GUIUtilities: at org.gjt.sp.jedit.EditPane.(EditPane.java:358) [error] GUIUtilities: at org.gjt.sp.jedit.View.createEditPane(View.java:1547) [error] GUIUtilities: at org.gjt.sp.jedit.View.restoreSplitConfig(View.java:145 4) [error] GUIUtilities: at org.gjt.sp.jedit.View.(View.java:1197) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2141) [error] GUIUtilities: at org.gjt.sp.jedit.PerspectiveManager$PerspectiveHandler .endElement(PerspectiveManager.java:344) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseETag(XmlParser.java:1 041) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseContent(XmlParser.jav a:1112) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseElement(XmlParser.jav a:947) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseContent(XmlParser.jav a:1118) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseElement(XmlParser.jav a:947) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseDocument(XmlParser.ja va:496) [error] GUIUtilities: at com.microstar.xml.XmlParser.doParse(XmlParser.java:176 ) [error] GUIUtilities: at com.microstar.xml.XmlParser.parse(XmlParser.java:146) [error] GUIUtilities: at org.gjt.sp.jedit.PerspectiveManager.loadPerspective(Pe rspectiveManager.java:81) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit$5.run(jEdit.java:3450) [error] GUIUtilities: at java.awt.event.InvocationEvent.dispatch(InvocationEven t.java:209) [error] GUIUtilities: at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpOneEventForHierarchy( EventDispatchThread.java:234) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEventsForHierarchy(Ev entDispatchThread.java:163) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEvents(EventDispatchT hread.java:157) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEvents(EventDispatchT hread.java:149) [error] GUIUtilities: at java.awt.EventDispatchThread.run(EventDispatchThread.j ava:110) [error] GUIUtilities: java.lang.NullPointerException [error] GUIUtilities: at java.util.StringTokenizer.(StringTokenizer.java: 182) [error] GUIUtilities: at java.util.StringTokenizer.(StringTokenizer.java: 219) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.parseStyle(GUIUtilities. java:790) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities. java:888) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities. java:864) [error] GUIUtilities: at org.gjt.sp.jedit.EditPane.propertiesChanged(EditPane.j ava:453) [error] GUIUtilities: at org.gjt.sp.jedit.EditPane.(EditPane.java:358) [error] GUIUtilities: at org.gjt.sp.jedit.View.createEditPane(View.java:1547) [error] GUIUtilities: at org.gjt.sp.jedit.View.restoreSplitConfig(View.java:145 4) [error] GUIUtilities: at org.gjt.sp.jedit.View.(View.java:1197) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2141) [error] GUIUtilities: at org.gjt.sp.jedit.PerspectiveManager$PerspectiveHandler .endElement(PerspectiveManager.java:344) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseETag(XmlParser.java:1 041) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseContent(XmlParser.jav a:1112) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseElement(XmlParser.jav a:947) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseContent(XmlParser.jav a:1118) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseElement(XmlParser.jav a:947) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseDocument(XmlParser.ja va:496) [error] GUIUtilities: at com.microstar.xml.XmlParser.doParse(XmlParser.java:176 ) [error] GUIUtilities: at com.microstar.xml.XmlParser.parse(XmlParser.java:146) [error] GUIUtilities: at org.gjt.sp.jedit.PerspectiveManager.loadPerspective(Pe rspectiveManager.java:81) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit$5.run(jEdit.java:3450) [error] GUIUtilities: at java.awt.event.InvocationEvent.dispatch(InvocationEven t.java:209) [error] GUIUtilities: at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpOneEventForHierarchy( EventDispatchThread.java:234) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEventsForHierarchy(Ev entDispatchThread.java:163) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEvents(EventDispatchT hread.java:157) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEvents(EventDispatchT hread.java:149) [error] GUIUtilities: at java.awt.EventDispatchThread.run(EventDispatchThread.j ava:110) [error] GUIUtilities: java.lang.NullPointerException [error] GUIUtilities: at java.util.StringTokenizer.(StringTokenizer.java: 182) [error] GUIUtilities: at java.util.StringTokenizer.(StringTokenizer.java: 219) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.parseStyle(GUIUtilities. java:790) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities. java:888) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities. java:864) [error] GUIUtilities: at org.gjt.sp.jedit.EditPane.propertiesChanged(EditPane.j ava:453) [error] GUIUtilities: at org.gjt.sp.jedit.EditPane.(EditPane.java:358) [error] GUIUtilities: at org.gjt.sp.jedit.View.createEditPane(View.java:1547) [error] GUIUtilities: at org.gjt.sp.jedit.View.restoreSplitConfig(View.java:145 4) [error] GUIUtilities: at org.gjt.sp.jedit.View.(View.java:1197) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2141) [error] GUIUtilities: at org.gjt.sp.jedit.PerspectiveManager$PerspectiveHandler .endElement(PerspectiveManager.java:344) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseETag(XmlParser.java:1 041) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseContent(XmlParser.jav a:1112) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseElement(XmlParser.jav a:947) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseContent(XmlParser.jav a:1118) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseElement(XmlParser.jav a:947) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseDocument(XmlParser.ja va:496) [error] GUIUtilities: at com.microstar.xml.XmlParser.doParse(XmlParser.java:176 ) [error] GUIUtilities: at com.microstar.xml.XmlParser.parse(XmlParser.java:146) [error] GUIUtilities: at org.gjt.sp.jedit.PerspectiveManager.loadPerspective(Pe rspectiveManager.java:81) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit$5.run(jEdit.java:3450) [error] GUIUtilities: at java.awt.event.InvocationEvent.dispatch(InvocationEven t.java:209) [error] GUIUtilities: at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpOneEventForHierarchy( EventDispatchThread.java:234) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEventsForHierarchy(Ev entDispatchThread.java:163) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEvents(EventDispatchT hread.java:157) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEvents(EventDispatchT hread.java:149) [error] GUIUtilities: at java.awt.EventDispatchThread.run(EventDispatchThread.j ava:110) [error] PerspectiveManager: java.lang.NullPointerException [error] PerspectiveManager: at org.gjt.sp.jedit.textarea.TextAreaPainter.setSty les(TextAreaPainter.java:218) [error] PerspectiveManager: at org.gjt.sp.jedit.EditPane.propertiesChanged(Edit Pane.java:453) [error] PerspectiveManager: at org.gjt.sp.jedit.EditPane.(EditPane.java:3 58) [error] PerspectiveManager: at org.gjt.sp.jedit.View.createEditPane(View.java:1 547) [error] PerspectiveManager: at org.gjt.sp.jedit.View.restoreSplitConfig(View.ja va:1454) [error] PerspectiveManager: at org.gjt.sp.jedit.View.(View.java:1197) [error] PerspectiveManager: at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2141) [error] PerspectiveManager: at org.gjt.sp.jedit.PerspectiveManager$PerspectiveH andler.endElement(PerspectiveManager.java:344) [error] PerspectiveManager: at com.microstar.xml.XmlParser.parseETag(XmlParser. java:1041) [error] PerspectiveManager: at com.microstar.xml.XmlParser.parseContent(XmlPars er.java:1112) [error] PerspectiveManager: at com.microstar.xml.XmlParser.parseElement(XmlPars er.java:947) [error] PerspectiveManager: at com.microstar.xml.XmlParser.parseContent(XmlPars er.java:1118) [error] PerspectiveManager: at com.microstar.xml.XmlParser.parseElement(XmlPars er.java:947) [error] PerspectiveManager: at com.microstar.xml.XmlParser.parseDocument(XmlPar ser.java:496) [error] PerspectiveManager: at com.microstar.xml.XmlParser.doParse(XmlParser.ja va:176) [error] PerspectiveManager: at com.microstar.xml.XmlParser.parse(XmlParser.java :146) [error] PerspectiveManager: at org.gjt.sp.jedit.PerspectiveManager.loadPerspect ive(PerspectiveManager.java:81) [error] PerspectiveManager: at org.gjt.sp.jedit.jEdit$5.run(jEdit.java:3450) [error] PerspectiveManager: at java.awt.event.InvocationEvent.dispatch(Invocati onEvent.java:209) [error] PerspectiveManager: at java.awt.EventQueue.dispatchEvent(EventQueue.jav a:461) [error] PerspectiveManager: at java.awt.EventDispatchThread.pumpOneEventForHier archy(EventDispatchThread.java:234) [error] PerspectiveManager: at java.awt.EventDispatchThread.pumpEventsForHierar chy(EventDispatchThread.java:163) [error] PerspectiveManager: at java.awt.EventDispatchThread.pumpEvents(EventDis patchThread.java:157) [error] PerspectiveManager: at java.awt.EventDispatchThread.pumpEvents(EventDis patchThread.java:149) [error] PerspectiveManager: at java.awt.EventDispatchThread.run(EventDispatchTh read.java:110) [error] GUIUtilities: java.lang.NullPointerException [error] GUIUtilities: at java.util.StringTokenizer.(StringTokenizer.java: 182) [error] GUIUtilities: at java.util.StringTokenizer.(StringTokenizer.java: 219) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.parseStyle(GUIUtilities. java:790) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities. java:888) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities. java:864) [error] GUIUtilities: at org.gjt.sp.jedit.EditPane.propertiesChanged(EditPane.j ava:453) [error] GUIUtilities: at org.gjt.sp.jedit.EditPane.(EditPane.java:358) [error] GUIUtilities: at org.gjt.sp.jedit.View.createEditPane(View.java:1547) [error] GUIUtilities: at org.gjt.sp.jedit.View.restoreSplitConfig(View.java:139 3) [error] GUIUtilities: at org.gjt.sp.jedit.View.(View.java:1197) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2141) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2117) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2097) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit$5.run(jEdit.java:3455) [error] GUIUtilities: at java.awt.event.InvocationEvent.dispatch(InvocationEven t.java:209) [error] GUIUtilities: at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpOneEventForHierarchy( EventDispatchThread.java:234) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEventsForHierarchy(Ev entDispatchThread.java:163) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEvents(EventDispatchT hread.java:157) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEvents(EventDispatchT hread.java:149) [error] GUIUtilities: at java.awt.EventDispatchThread.run(EventDispatchThread.j ava:110) [error] GUIUtilities: java.lang.NullPointerException [error] GUIUtilities: at java.util.StringTokenizer.(StringTokenizer.java: 182) [error] GUIUtilities: at java.util.StringTokenizer.(StringTokenizer.java: 219) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.parseStyle(GUIUtilities. java:790) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities. java:888) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities. java:864) [error] GUIUtilities: at org.gjt.sp.jedit.EditPane.propertiesChanged(EditPane.j ava:453) [error] GUIUtilities: at org.gjt.sp.jedit.EditPane.(EditPane.java:358) [error] GUIUtilities: at org.gjt.sp.jedit.View.createEditPane(View.java:1547) [error] GUIUtilities: at org.gjt.sp.jedit.View.restoreSplitConfig(View.java:139 3) [error] GUIUtilities: at org.gjt.sp.jedit.View.(View.java:1197) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2141) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2117) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2097) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit$5.run(jEdit.java:3455) [error] GUIUtilities: at java.awt.event.InvocationEvent.dispatch(InvocationEven t.java:209) [error] GUIUtilities: at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpOneEventForHierarchy( EventDispatchThread.java:234) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEventsForHierarchy(Ev entDispatchThread.java:163) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEvents(EventDispatchT hread.java:157) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEvents(EventDispatchT hread.java:149) [error] GUIUtilities: at java.awt.EventDispatchThread.run(EventDispatchThread.j ava:110) [error] GUIUtilities: java.lang.NullPointerException [error] GUIUtilities: at java.util.StringTokenizer.(StringTokenizer.java: 182) [error] GUIUtilities: at java.util.StringTokenizer.(StringTokenizer.java: 219) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.parseStyle(GUIUtilities. java:790) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities. java:888) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities. java:864) [error] GUIUtilities: at org.gjt.sp.jedit.EditPane.propertiesChanged(EditPane.j ava:453) [error] GUIUtilities: at org.gjt.sp.jedit.EditPane.(EditPane.java:358) [error] GUIUtilities: at org.gjt.sp.jedit.View.createEditPane(View.java:1547) [error] GUIUtilities: at org.gjt.sp.jedit.View.restoreSplitConfig(View.java:139 3) [error] GUIUtilities: at org.gjt.sp.jedit.View.(View.java:1197) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2141) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2117) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2097) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit$5.run(jEdit.java:3455) [error] GUIUtilities: at java.awt.event.InvocationEvent.dispatch(InvocationEven t.java:209) [error] GUIUtilities: at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpOneEventForHierarchy( EventDispatchThread.java:234) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEventsForHierarchy(Ev entDispatchThread.java:163) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEvents(EventDispatchT hread.java:157) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEvents(EventDispatchT hread.java:149) [error] GUIUtilities: at java.awt.EventDispatchThread.run(EventDispatchThread.j ava:110) [error] GUIUtilities: java.lang.NullPointerException [error] GUIUtilities: at java.util.StringTokenizer.(StringTokenizer.java: 182) [error] GUIUtilities: at java.util.StringTokenizer.(StringTokenizer.java: 219) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.parseStyle(GUIUtilities. java:790) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities. java:888) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities. java:864) [error] GUIUtilities: at org.gjt.sp.jedit.EditPane.propertiesChanged(EditPane.j ava:453) [error] GUIUtilities: at org.gjt.sp.jedit.EditPane.(EditPane.java:358) [error] GUIUtilities: at org.gjt.sp.jedit.View.createEditPane(View.java:1547) [error] GUIUtilities: at org.gjt.sp.jedit.View.restoreSplitConfig(View.java:139 3) [error] GUIUtilities: at org.gjt.sp.jedit.View.(View.java:1197) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2141) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2117) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2097) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit$5.run(jEdit.java:3455) [error] GUIUtilities: at java.awt.event.InvocationEvent.dispatch(InvocationEven t.java:209) [error] GUIUtilities: at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpOneEventForHierarchy( EventDispatchThread.java:234) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEventsForHierarchy(Ev entDispatchThread.java:163) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEvents(EventDispatchT hread.java:157) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEvents(EventDispatchT hread.java:149) [error] GUIUtilities: at java.awt.EventDispatchThread.run(EventDispatchThread.j ava:110) [error] GUIUtilities: java.lang.NullPointerException [error] GUIUtilities: at java.util.StringTokenizer.(StringTokenizer.java: 182) [error] GUIUtilities: at java.util.StringTokenizer.(StringTokenizer.java: 219) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.parseStyle(GUIUtilities. java:790) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities. java:888) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities. java:864) [error] GUIUtilities: at org.gjt.sp.jedit.EditPane.propertiesChanged(EditPane.j ava:453) [error] GUIUtilities: at org.gjt.sp.jedit.EditPane.(EditPane.java:358) [error] GUIUtilities: at org.gjt.sp.jedit.View.createEditPane(View.java:1547) [error] GUIUtilities: at org.gjt.sp.jedit.View.restoreSplitConfig(View.java:139 3) [error] GUIUtilities: at org.gjt.sp.jedit.View.(View.java:1197) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2141) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2117) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2097) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit$5.run(jEdit.java:3455) [error] GUIUtilities: at java.awt.event.InvocationEvent.dispatch(InvocationEven t.java:209) [error] GUIUtilities: at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpOneEventForHierarchy( EventDispatchThread.java:234) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEventsForHierarchy(Ev entDispatchThread.java:163) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEvents(EventDispatchT hread.java:157) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEvents(EventDispatchT hread.java:149) [error] GUIUtilities: at java.awt.EventDispatchThread.run(EventDispatchThread.j ava:110) [error] GUIUtilities: java.lang.NullPointerException [error] GUIUtilities: at java.util.StringTokenizer.(StringTokenizer.java: 182) [error] GUIUtilities: at java.util.StringTokenizer.(StringTokenizer.java: 219) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.parseStyle(GUIUtilities. java:790) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities. java:888) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities. java:864) [error] GUIUtilities: at org.gjt.sp.jedit.EditPane.propertiesChanged(EditPane.j ava:453) [error] GUIUtilities: at org.gjt.sp.jedit.EditPane.(EditPane.java:358) [error] GUIUtilities: at org.gjt.sp.jedit.View.createEditPane(View.java:1547) [error] GUIUtilities: at org.gjt.sp.jedit.View.restoreSplitConfig(View.java:139 3) [error] GUIUtilities: at org.gjt.sp.jedit.View.(View.java:1197) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2141) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2117) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2097) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit$5.run(jEdit.java:3455) [error] GUIUtilities: at java.awt.event.InvocationEvent.dispatch(InvocationEven t.java:209) [error] GUIUtilities: at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpOneEventForHierarchy( EventDispatchThread.java:234) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEventsForHierarchy(Ev entDispatchThread.java:163) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEvents(EventDispatchT hread.java:157) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEvents(EventDispatchT hread.java:149) [error] GUIUtilities: at java.awt.EventDispatchThread.run(EventDispatchThread.j ava:110) [error] GUIUtilities: java.lang.NullPointerException [error] GUIUtilities: at java.util.StringTokenizer.(StringTokenizer.java: 182) [error] GUIUtilities: at java.util.StringTokenizer.(StringTokenizer.java: 219) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.parseStyle(GUIUtilities. java:790) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities. java:888) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities. java:864) [error] GUIUtilities: at org.gjt.sp.jedit.EditPane.propertiesChanged(EditPane.j ava:453) [error] GUIUtilities: at org.gjt.sp.jedit.EditPane.(EditPane.java:358) [error] GUIUtilities: at org.gjt.sp.jedit.View.createEditPane(View.java:1547) [error] GUIUtilities: at org.gjt.sp.jedit.View.restoreSplitConfig(View.java:139 3) [error] GUIUtilities: at org.gjt.sp.jedit.View.(View.java:1197) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2141) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2117) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2097) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit$5.run(jEdit.java:3455) [error] GUIUtilities: at java.awt.event.InvocationEvent.dispatch(InvocationEven t.java:209) [error] GUIUtilities: at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpOneEventForHierarchy( EventDispatchThread.java:234) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEventsForHierarchy(Ev entDispatchThread.java:163) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEvents(EventDispatchT hread.java:157) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEvents(EventDispatchT hread.java:149) [error] GUIUtilities: at java.awt.EventDispatchThread.run(EventDispatchThread.j ava:110) [error] AWT-EventQueue-0: Exception in thread "AWT-EventQueue-0" [error] AWT-EventQueue-0: java.lang.NullPointerException [error] AWT-EventQueue-0: at org.gjt.sp.jedit.textarea.TextAreaPainter.setStyle s(TextAreaPainter.java:218) [error] AWT-EventQueue-0: at org.gjt.sp.jedit.EditPane.propertiesChanged(EditPa ne.java:453) [error] AWT-EventQueue-0: at org.gjt.sp.jedit.EditPane.(EditPane.java:358 ) [error] AWT-EventQueue-0: at org.gjt.sp.jedit.View.createEditPane(View.java:154 7) [error] AWT-EventQueue-0: at org.gjt.sp.jedit.View.restoreSplitConfig(View.java :1393) [error] AWT-EventQueue-0: at org.gjt.sp.jedit.View.(View.java:1197) [error] AWT-EventQueue-0: at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2141) [error] AWT-EventQueue-0: at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2117) [error] AWT-EventQueue-0: at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2097) [error] AWT-EventQueue-0: at org.gjt.sp.jedit.jEdit$5.run(jEdit.java:3455) [error] AWT-EventQueue-0: at java.awt.event.InvocationEvent.dispatch(Invocation Event.java:209) [error] AWT-EventQueue-0: at java.awt.EventQueue.dispatchEvent(EventQueue.java: 461) [error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpOneEventForHierar chy(EventDispatchThread.java:234) [error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpEventsForHierarch y(EventDispatchThread.java:163) [error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpEvents(EventDispa tchThread.java:157) [error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpEvents(EventDispa tchThread.java:149) [error] AWT-EventQueue-0: at java.awt.EventDispatchThread.run(EventDispatchThre ad.java:110) jedit pre 3.2 hangs after paranthesis: [error] GUIUtilities: java.lang.NullPointerException [error] GUIUtilities: at java.util.StringTokenizer.(StringTokenizer.java: 182) [error] GUIUtilities: at java.util.StringTokenizer.(StringTokenizer.java: 219) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.parseStyle(GUIUtilities. java:816) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities. java:914) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities. java:890) [error] GUIUtilities: at org.gjt.sp.jedit.EditPane.propertiesChanged(EditPane.j ava:434) [error] GUIUtilities: at org.gjt.sp.jedit.EditPane.(EditPane.java:359) [error] GUIUtilities: at org.gjt.sp.jedit.View.createEditPane(View.java:1620) [error] GUIUtilities: at org.gjt.sp.jedit.View.restoreSplitConfig(View.java:152 9) [error] GUIUtilities: at org.gjt.sp.jedit.View.setSplitConfig(View.java:1446) [error] GUIUtilities: at org.gjt.sp.jedit.View.(View.java:1264) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2121) [error] GUIUtilities: at org.gjt.sp.jedit.PerspectiveManager$PerspectiveHandler .endElement(PerspectiveManager.java:369) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseETag(XmlParser.java:1 041) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseContent(XmlParser.jav a:1112) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseElement(XmlParser.jav a:947) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseContent(XmlParser.jav a:1118) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseElement(XmlParser.jav a:947) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseDocument(XmlParser.ja va:496) [error] GUIUtilities: at com.microstar.xml.XmlParser.doParse(XmlParser.java:176 ) [error] GUIUtilities: at com.microstar.xml.XmlParser.parse(XmlParser.java:146) [error] GUIUtilities: at org.gjt.sp.jedit.PerspectiveManager.loadPerspective(Pe rspectiveManager.java:103) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit$5.run(jEdit.java:3447) [error] GUIUtilities: at java.awt.event.InvocationEvent.dispatch(InvocationEven t.java:209) [error] GUIUtilities: at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpOneEventForHierarchy( EventDispatchThread.java:234) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEventsForHierarchy(Ev entDispatchThread.java:163) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEvents(EventDispatchT hread.java:157) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEvents(EventDispatchT hread.java:149) [error] GUIUtilities: at java.awt.EventDispatchThread.run(EventDispatchThread.j ava:110) [error] GUIUtilities: java.lang.NullPointerException [error] GUIUtilities: at java.util.StringTokenizer.(StringTokenizer.java: 182) [error] GUIUtilities: at java.util.StringTokenizer.(StringTokenizer.java: 219) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.parseStyle(GUIUtilities. java:816) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities. java:914) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities. java:890) [error] GUIUtilities: at org.gjt.sp.jedit.EditPane.propertiesChanged(EditPane.j ava:434) [error] GUIUtilities: at org.gjt.sp.jedit.EditPane.(EditPane.java:359) [error] GUIUtilities: at org.gjt.sp.jedit.View.createEditPane(View.java:1620) [error] GUIUtilities: at org.gjt.sp.jedit.View.restoreSplitConfig(View.java:152 9) [error] GUIUtilities: at org.gjt.sp.jedit.View.setSplitConfig(View.java:1446) [error] GUIUtilities: at org.gjt.sp.jedit.View.(View.java:1264) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2121) [error] GUIUtilities: at org.gjt.sp.jedit.PerspectiveManager$PerspectiveHandler .endElement(PerspectiveManager.java:369) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseETag(XmlParser.java:1 041) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseContent(XmlParser.jav a:1112) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseElement(XmlParser.jav a:947) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseContent(XmlParser.jav a:1118) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseElement(XmlParser.jav a:947) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseDocument(XmlParser.ja va:496) [error] GUIUtilities: at com.microstar.xml.XmlParser.doParse(XmlParser.java:176 ) [error] GUIUtilities: at com.microstar.xml.XmlParser.parse(XmlParser.java:146) [error] GUIUtilities: at org.gjt.sp.jedit.PerspectiveManager.loadPerspective(Pe rspectiveManager.java:103) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit$5.run(jEdit.java:3447) [error] GUIUtilities: at java.awt.event.InvocationEvent.dispatch(InvocationEven t.java:209) [error] GUIUtilities: at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpOneEventForHierarchy( EventDispatchThread.java:234) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEventsForHierarchy(Ev entDispatchThread.java:163) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEvents(EventDispatchT hread.java:157) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEvents(EventDispatchT hread.java:149) [error] GUIUtilities: at java.awt.EventDispatchThread.run(EventDispatchThread.j ava:110) [error] GUIUtilities: java.lang.NullPointerException [error] GUIUtilities: at java.util.StringTokenizer.(StringTokenizer.java: 182) [error] GUIUtilities: at java.util.StringTokenizer.(StringTokenizer.java: 219) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.parseStyle(GUIUtilities. java:816) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities. java:914) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities. java:890) [error] GUIUtilities: at org.gjt.sp.jedit.EditPane.propertiesChanged(EditPane.j ava:434) [error] GUIUtilities: at org.gjt.sp.jedit.EditPane.(EditPane.java:359) [error] GUIUtilities: at org.gjt.sp.jedit.View.createEditPane(View.java:1620) [error] GUIUtilities: at org.gjt.sp.jedit.View.restoreSplitConfig(View.java:152 9) [error] GUIUtilities: at org.gjt.sp.jedit.View.setSplitConfig(View.java:1446) [error] GUIUtilities: at org.gjt.sp.jedit.View.(View.java:1264) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2121) [error] GUIUtilities: at org.gjt.sp.jedit.PerspectiveManager$PerspectiveHandler .endElement(PerspectiveManager.java:369) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseETag(XmlParser.java:1 041) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseContent(XmlParser.jav a:1112) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseElement(XmlParser.jav a:947) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseContent(XmlParser.jav a:1118) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseElement(XmlParser.jav a:947) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseDocument(XmlParser.ja va:496) [error] GUIUtilities: at com.microstar.xml.XmlParser.doParse(XmlParser.java:176 ) [error] GUIUtilities: at com.microstar.xml.XmlParser.parse(XmlParser.java:146) [error] GUIUtilities: at org.gjt.sp.jedit.PerspectiveManager.loadPerspective(Pe rspectiveManager.java:103) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit$5.run(jEdit.java:3447) [error] GUIUtilities: at java.awt.event.InvocationEvent.dispatch(InvocationEven t.java:209) [error] GUIUtilities: at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpOneEventForHierarchy( EventDispatchThread.java:234) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEventsForHierarchy(Ev entDispatchThread.java:163) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEvents(EventDispatchT hread.java:157) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEvents(EventDispatchT hread.java:149) [error] GUIUtilities: at java.awt.EventDispatchThread.run(EventDispatchThread.j ava:110) [error] GUIUtilities: java.lang.NullPointerException [error] GUIUtilities: at java.util.StringTokenizer.(StringTokenizer.java: 182) [error] GUIUtilities: at java.util.StringTokenizer.(StringTokenizer.java: 219) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.parseStyle(GUIUtilities. java:816) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities. java:914) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities. java:890) [error] GUIUtilities: at org.gjt.sp.jedit.EditPane.propertiesChanged(EditPane.j ava:434) [error] GUIUtilities: at org.gjt.sp.jedit.EditPane.(EditPane.java:359) [error] GUIUtilities: at org.gjt.sp.jedit.View.createEditPane(View.java:1620) [error] GUIUtilities: at org.gjt.sp.jedit.View.restoreSplitConfig(View.java:152 9) [error] GUIUtilities: at org.gjt.sp.jedit.View.setSplitConfig(View.java:1446) [error] GUIUtilities: at org.gjt.sp.jedit.View.(View.java:1264) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2121) [error] GUIUtilities: at org.gjt.sp.jedit.PerspectiveManager$PerspectiveHandler .endElement(PerspectiveManager.java:369) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseETag(XmlParser.java:1 041) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseContent(XmlParser.jav a:1112) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseElement(XmlParser.jav a:947) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseContent(XmlParser.jav a:1118) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseElement(XmlParser.jav a:947) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseDocument(XmlParser.ja va:496) [error] GUIUtilities: at com.microstar.xml.XmlParser.doParse(XmlParser.java:176 ) [error] GUIUtilities: at com.microstar.xml.XmlParser.parse(XmlParser.java:146) [error] GUIUtilities: at org.gjt.sp.jedit.PerspectiveManager.loadPerspective(Pe rspectiveManager.java:103) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit$5.run(jEdit.java:3447) [error] GUIUtilities: at java.awt.event.InvocationEvent.dispatch(InvocationEven t.java:209) [error] GUIUtilities: at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpOneEventForHierarchy( EventDispatchThread.java:234) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEventsForHierarchy(Ev entDispatchThread.java:163) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEvents(EventDispatchT hread.java:157) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEvents(EventDispatchT hread.java:149) [error] GUIUtilities: at java.awt.EventDispatchThread.run(EventDispatchThread.j ava:110) [error] GUIUtilities: java.lang.NullPointerException [error] GUIUtilities: at java.util.StringTokenizer.(StringTokenizer.java: 182) [error] GUIUtilities: at java.util.StringTokenizer.(StringTokenizer.java: 219) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.parseStyle(GUIUtilities. java:816) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities. java:914) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities. java:890) [error] GUIUtilities: at org.gjt.sp.jedit.EditPane.propertiesChanged(EditPane.j ava:434) [error] GUIUtilities: at org.gjt.sp.jedit.EditPane.(EditPane.java:359) [error] GUIUtilities: at org.gjt.sp.jedit.View.createEditPane(View.java:1620) [error] GUIUtilities: at org.gjt.sp.jedit.View.restoreSplitConfig(View.java:152 9) [error] GUIUtilities: at org.gjt.sp.jedit.View.setSplitConfig(View.java:1446) [error] GUIUtilities: at org.gjt.sp.jedit.View.(View.java:1264) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2121) [error] GUIUtilities: at org.gjt.sp.jedit.PerspectiveManager$PerspectiveHandler .endElement(PerspectiveManager.java:369) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseETag(XmlParser.java:1 041) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseContent(XmlParser.jav a:1112) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseElement(XmlParser.jav a:947) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseContent(XmlParser.jav a:1118) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseElement(XmlParser.jav a:947) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseDocument(XmlParser.ja va:496) [error] GUIUtilities: at com.microstar.xml.XmlParser.doParse(XmlParser.java:176 ) [error] GUIUtilities: at com.microstar.xml.XmlParser.parse(XmlParser.java:146) [error] GUIUtilities: at org.gjt.sp.jedit.PerspectiveManager.loadPerspective(Pe rspectiveManager.java:103) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit$5.run(jEdit.java:3447) [error] GUIUtilities: at java.awt.event.InvocationEvent.dispatch(InvocationEven t.java:209) [error] GUIUtilities: at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpOneEventForHierarchy( EventDispatchThread.java:234) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEventsForHierarchy(Ev entDispatchThread.java:163) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEvents(EventDispatchT hread.java:157) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEvents(EventDispatchT hread.java:149) [error] GUIUtilities: at java.awt.EventDispatchThread.run(EventDispatchThread.j ava:110) [error] GUIUtilities: java.lang.NullPointerException [error] GUIUtilities: at java.util.StringTokenizer.(StringTokenizer.java: 182) [error] GUIUtilities: at java.util.StringTokenizer.(StringTokenizer.java: 219) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.parseStyle(GUIUtilities. java:816) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities. java:914) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities. java:890) [error] GUIUtilities: at org.gjt.sp.jedit.EditPane.propertiesChanged(EditPane.j ava:434) [error] GUIUtilities: at org.gjt.sp.jedit.EditPane.(EditPane.java:359) [error] GUIUtilities: at org.gjt.sp.jedit.View.createEditPane(View.java:1620) [error] GUIUtilities: at org.gjt.sp.jedit.View.restoreSplitConfig(View.java:152 9) [error] GUIUtilities: at org.gjt.sp.jedit.View.setSplitConfig(View.java:1446) [error] GUIUtilities: at org.gjt.sp.jedit.View.(View.java:1264) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2121) [error] GUIUtilities: at org.gjt.sp.jedit.PerspectiveManager$PerspectiveHandler .endElement(PerspectiveManager.java:369) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseETag(XmlParser.java:1 041) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseContent(XmlParser.jav a:1112) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseElement(XmlParser.jav a:947) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseContent(XmlParser.jav a:1118) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseElement(XmlParser.jav a:947) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseDocument(XmlParser.ja va:496) [error] GUIUtilities: at com.microstar.xml.XmlParser.doParse(XmlParser.java:176 ) [error] GUIUtilities: at com.microstar.xml.XmlParser.parse(XmlParser.java:146) [error] GUIUtilities: at org.gjt.sp.jedit.PerspectiveManager.loadPerspective(Pe rspectiveManager.java:103) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit$5.run(jEdit.java:3447) [error] GUIUtilities: at java.awt.event.InvocationEvent.dispatch(InvocationEven t.java:209) [error] GUIUtilities: at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpOneEventForHierarchy( EventDispatchThread.java:234) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEventsForHierarchy(Ev entDispatchThread.java:163) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEvents(EventDispatchT hread.java:157) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEvents(EventDispatchT hread.java:149) [error] GUIUtilities: at java.awt.EventDispatchThread.run(EventDispatchThread.j ava:110) [error] GUIUtilities: java.lang.NullPointerException [error] GUIUtilities: at java.util.StringTokenizer.(StringTokenizer.java: 182) [error] GUIUtilities: at java.util.StringTokenizer.(StringTokenizer.java: 219) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.parseStyle(GUIUtilities. java:816) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities. java:914) [error] GUIUtilities: at org.gjt.sp.jedit.GUIUtilities.loadStyles(GUIUtilities. java:890) [error] GUIUtilities: at org.gjt.sp.jedit.EditPane.propertiesChanged(EditPane.j ava:434) [error] GUIUtilities: at org.gjt.sp.jedit.EditPane.(EditPane.java:359) [error] GUIUtilities: at org.gjt.sp.jedit.View.createEditPane(View.java:1620) [error] GUIUtilities: at org.gjt.sp.jedit.View.restoreSplitConfig(View.java:152 9) [error] GUIUtilities: at org.gjt.sp.jedit.View.setSplitConfig(View.java:1446) [error] GUIUtilities: at org.gjt.sp.jedit.View.(View.java:1264) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2121) [error] GUIUtilities: at org.gjt.sp.jedit.PerspectiveManager$PerspectiveHandler .endElement(PerspectiveManager.java:369) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseETag(XmlParser.java:1 041) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseContent(XmlParser.jav a:1112) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseElement(XmlParser.jav a:947) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseContent(XmlParser.jav a:1118) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseElement(XmlParser.jav a:947) [error] GUIUtilities: at com.microstar.xml.XmlParser.parseDocument(XmlParser.ja va:496) [error] GUIUtilities: at com.microstar.xml.XmlParser.doParse(XmlParser.java:176 ) [error] GUIUtilities: at com.microstar.xml.XmlParser.parse(XmlParser.java:146) [error] GUIUtilities: at org.gjt.sp.jedit.PerspectiveManager.loadPerspective(Pe rspectiveManager.java:103) [error] GUIUtilities: at org.gjt.sp.jedit.jEdit$5.run(jEdit.java:3447) [error] GUIUtilities: at java.awt.event.InvocationEvent.dispatch(InvocationEven t.java:209) [error] GUIUtilities: at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpOneEventForHierarchy( EventDispatchThread.java:234) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEventsForHierarchy(Ev entDispatchThread.java:163) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEvents(EventDispatchT hread.java:157) [error] GUIUtilities: at java.awt.EventDispatchThread.pumpEvents(EventDispatchT hread.java:149) [error] GUIUtilities: at java.awt.EventDispatchThread.run(EventDispatchThread.j ava:110) [error] Buffer: Exception while sending buffer event to org.gjt.sp.jedit.textare a.BufferChangeHandler@309f9f : [error] Buffer: java.lang.NullPointerException [error] Buffer: at org.gjt.sp.jedit.syntax.Chunk.(Chunk.java:229) [error] Buffer: at org.gjt.sp.jedit.syntax.DisplayTokenHandler.createChunk(Disp layTokenHandler.java:172) [error] Buffer: at org.gjt.sp.jedit.syntax.DisplayTokenHandler.handleToken(Disp layTokenHandler.java:101) [error] Buffer: at org.gjt.sp.jedit.syntax.TokenMarker.handleRule(TokenMarker.j ava:555) [error] Buffer: at org.gjt.sp.jedit.syntax.TokenMarker.markTokens(TokenMarker.j ava:158) [error] Buffer: at org.gjt.sp.jedit.Buffer.markTokens(Buffer.java:2165) [error] Buffer: at org.gjt.sp.jedit.textarea.ChunkCache.lineToChunkList(ChunkCa che.java:760) [error] Buffer: at org.gjt.sp.jedit.textarea.ChunkCache.updateChunksUpTo(ChunkC ache.java:635) [error] Buffer: at org.gjt.sp.jedit.textarea.ChunkCache.getLineInfo(ChunkCache. java:244) [error] Buffer: at org.gjt.sp.jedit.textarea.JEditTextArea.invalidateLineRange( JEditTextArea.java:1104) [error] Buffer: at org.gjt.sp.jedit.textarea.BufferChangeHandler.doDelayedUpdat e(BufferChangeHandler.java:350) [error] Buffer: at org.gjt.sp.jedit.textarea.BufferChangeHandler.transactionCom plete(BufferChangeHandler.java:289) [error] Buffer: at org.gjt.sp.jedit.Buffer.fireTransactionComplete(Buffer.java: 3951) [error] Buffer: at org.gjt.sp.jedit.Buffer.contentInserted(Buffer.java:3851) [error] Buffer: at org.gjt.sp.jedit.Buffer.insert(Buffer.java:1139) [error] Buffer: at org.gjt.sp.jedit.textarea.JEditTextArea.insert(JEditTextArea .java:5485) [error] Buffer: at org.gjt.sp.jedit.textarea.JEditTextArea.userInput(JEditTextA rea.java:3269) [error] Buffer: at org.gjt.sp.jedit.gui.InputHandler.userInput(InputHandler.jav a:320) [error] Buffer: at org.gjt.sp.jedit.gui.DefaultInputHandler.handleKey(DefaultIn putHandler.java:339) [error] Buffer: at org.gjt.sp.jedit.View.processKeyEvent(View.java:615) [error] Buffer: at org.gjt.sp.jedit.textarea.JEditTextArea.processKeyEvent(JEdi tTextArea.java:4748) [error] Buffer: at java.awt.Component.processEvent(Component.java:5265) [error] Buffer: at java.awt.Container.processEvent(Container.java:1966) [error] Buffer: at java.awt.Component.dispatchEventImpl(Component.java:3955) [error] Buffer: at java.awt.Container.dispatchEventImpl(Container.java:2024) [error] Buffer: at java.awt.Component.dispatchEvent(Component.java:3803) [error] Buffer: at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusM anager.java:1810) [error] Buffer: at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Defaul tKeyboardFocusManager.java:668) [error] Buffer: at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Def aultKeyboardFocusManager.java:916) [error] Buffer: at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Def aultKeyboardFocusManager.java:794) [error] Buffer: at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKe yboardFocusManager.java:632) [error] Buffer: at java.awt.Component.dispatchEventImpl(Component.java:3841) [error] Buffer: at java.awt.Container.dispatchEventImpl(Container.java:2024) [error] Buffer: at java.awt.Window.dispatchEventImpl(Window.java:1766) [error] Buffer: at java.awt.Component.dispatchEvent(Component.java:3803) [error] Buffer: at java.awt.EventQueue.dispatchEvent(EventQueue.java:463) [error] Buffer: at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventD ispatchThread.java:234) [error] Buffer: at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDis patchThread.java:163) [error] Buffer: at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread. java:157) [error] Buffer: at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread. java:149) [error] Buffer: at java.awt.EventDispatchThread.run(EventDispatchThread.java:11 0) [error] AWT-EventQueue-0: Exception in thread "AWT-EventQueue-0" [error] AWT-EventQueue-0: java.lang.NullPointerException [error] AWT-EventQueue-0: at org.gjt.sp.jedit.syntax.Chunk.(Chunk.java:22 9) [error] AWT-EventQueue-0: at org.gjt.sp.jedit.syntax.DisplayTokenHandler.create Chunk(DisplayTokenHandler.java:172) [error] AWT-EventQueue-0: at org.gjt.sp.jedit.syntax.DisplayTokenHandler.handle Token(DisplayTokenHandler.java:101) [error] AWT-EventQueue-0: at org.gjt.sp.jedit.syntax.TokenMarker.handleRule(Tok enMarker.java:555) [error] AWT-EventQueue-0: at org.gjt.sp.jedit.syntax.TokenMarker.markTokens(Tok enMarker.java:158) [error] AWT-EventQueue-0: at org.gjt.sp.jedit.Buffer.markTokens(Buffer.java:216 5) [error] AWT-EventQueue-0: at org.gjt.sp.jedit.textarea.ChunkCache.lineToChunkLi st(ChunkCache.java:760) [error] AWT-EventQueue-0: at org.gjt.sp.jedit.textarea.ChunkCache.updateChunksU pTo(ChunkCache.java:635) [error] AWT-EventQueue-0: at org.gjt.sp.jedit.textarea.ChunkCache.getLineInfo(C hunkCache.java:244) [error] AWT-EventQueue-0: at org.gjt.sp.jedit.textarea.JEditTextArea.invalidate Line(JEditTextArea.java:1056) [error] AWT-EventQueue-0: at org.gjt.sp.jedit.textarea.JEditTextArea.blinkCaret (JEditTextArea.java:2032) [error] AWT-EventQueue-0: at org.gjt.sp.jedit.textarea.JEditTextArea$CaretBlink er.actionPerformed(JEditTextArea.java:6013) [error] AWT-EventQueue-0: at javax.swing.Timer.fireActionPerformed(Timer.java:2 71) [error] AWT-EventQueue-0: at javax.swing.Timer$DoPostEvent.run(Timer.java:201) [error] AWT-EventQueue-0: at java.awt.event.InvocationEvent.dispatch(Invocation Event.java:209) [error] AWT-EventQueue-0: at java.awt.EventQueue.dispatchEvent(EventQueue.java: 461) [error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpOneEventForHierar chy(EventDispatchThread.java:234) [error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpEventsForHierarch y(EventDispatchThread.java:163) [error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpEvents(EventDispa tchThread.java:157) [error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpEvents(EventDispa tchThread.java:149) [error] AWT-EventQueue-0: at java.awt.EventDispatchThread.run(EventDispatchThre ad.java:110) [error] AWT-EventQueue-0: Exception in thread "AWT-EventQueue-0" [error] AWT-EventQueue-0: java.lang.NullPointerException [error] AWT-EventQueue-0: at org.gjt.sp.jedit.syntax.Chunk.(Chunk.java:22 9) [error] AWT-EventQueue-0: at org.gjt.sp.jedit.syntax.DisplayTokenHandler.create Chunk(DisplayTokenHandler.java:172) [error] AWT-EventQueue-0: at org.gjt.sp.jedit.syntax.DisplayTokenHandler.handle Token(DisplayTokenHandler.java:101) [error] AWT-EventQueue-0: at org.gjt.sp.jedit.syntax.TokenMarker.handleRule(Tok enMarker.java:555) [error] AWT-EventQueue-0: at org.gjt.sp.jedit.syntax.TokenMarker.markTokens(Tok enMarker.java:158) [error] AWT-EventQueue-0: at org.gjt.sp.jedit.Buffer.markTokens(Buffer.java:216 5) [error] AWT-EventQueue-0: at org.gjt.sp.jedit.textarea.ChunkCache.lineToChunkLi st(ChunkCache.java:760) [error] AWT-EventQueue-0: at org.gjt.sp.jedit.textarea.ChunkCache.updateChunksU pTo(ChunkCache.java:635) [error] AWT-EventQueue-0: at org.gjt.sp.jedit.textarea.ChunkCache.getLineInfo(C hunkCache.java:244) [error] AWT-EventQueue-0: at org.gjt.sp.jedit.textarea.JEditTextArea.invalidate Line(JEditTextArea.java:1056) [error] AWT-EventQueue-0: at org.gjt.sp.jedit.textarea.JEditTextArea$FocusHandl er.focusLost(JEditTextArea.java:6091) [error] AWT-EventQueue-0: at java.awt.AWTEventMulticaster.focusLost(AWTEventMul ticaster.java:171) [error] AWT-EventQueue-0: at java.awt.Component.processFocusEvent(Component.jav a:5380) [error] AWT-EventQueue-0: at java.awt.Component.processEvent(Component.java:524 4) [error] AWT-EventQueue-0: at java.awt.Container.processEvent(Container.java:196 6) [error] AWT-EventQueue-0: at java.awt.Component.dispatchEventImpl(Component.jav a:3955) [error] AWT-EventQueue-0: at java.awt.Container.dispatchEventImpl(Container.jav a:2024) [error] AWT-EventQueue-0: at java.awt.Component.dispatchEvent(Component.java:38 03) [error] AWT-EventQueue-0: at java.awt.KeyboardFocusManager.redispatchEvent(Keyb oardFocusManager.java:1810) [error] AWT-EventQueue-0: at java.awt.DefaultKeyboardFocusManager.typeAheadAsse rtions(DefaultKeyboardFocusManager.java:836) [error] AWT-EventQueue-0: at java.awt.DefaultKeyboardFocusManager.dispatchEvent (DefaultKeyboardFocusManager.java:526) [error] AWT-EventQueue-0: at java.awt.Component.dispatchEventImpl(Component.jav a:3841) [error] AWT-EventQueue-0: at java.awt.Container.dispatchEventImpl(Container.jav a:2024) [error] AWT-EventQueue-0: at java.awt.Component.dispatchEvent(Component.java:38 03) [error] AWT-EventQueue-0: at java.awt.EventQueue.dispatchEvent(EventQueue.java: 463) [error] AWT-Ev
Indent problem
Submitted by Anonymous on Wednesday, 30 March, 2005 - 13:02
When writing Java code I like to use the following style

for(int i = 0; i < x; i++)
{
//code here
}

But JEdit always trys to interpret my layout differently

for(int i = 0; i < x; i++)
//It automatically tabs to this point before I have put in the opening brace.

This means I'm constantly pressing the back space button to put my braces where I want them. I've looked everywhere for some way to control this interpretation but there doesn't seem to be a control panel for it.
¿Has anyone got ony suggestions?
Indent problem
Submitted by Anonymous on Wednesday, 30 March, 2005 - 13:04
When writing Java code I like to use the following style

for(int i = 0; i < x; i++)
{
     //code here
}

But JEdit always trys to interpret my layout differently

for(int i = 0; i < x; i++)
     //It automatically tabs to this point before I have put in the opening brace.

This means I'm constantly pressing the back space button to put my braces where I want them. I've looked everywhere for some way to control this interpretation but there doesn't seem to be a control panel for it.
¿Has anyone got ony suggestions?
JEdit 4.3p2 new Indent Engine
Submitted by Langman on Wednesday, 30 March, 2005 - 21:06
With the new indent engine can JEdit support the coding style where the '{}' line up with the body rather then the if/do/for/while ??

i.e.
if( x=1 )
{
// Body
}
JEdit 4.3p2 new Indent Engine
Submitted by Langman on Wednesday, 30 March, 2005 - 21:06
With the new indent engine can JEdit support the coding style where the '{}' line up with the body rather then the if/do/for/while ??

i.e.
if( x==1 )
{
// Body
}
Floating Window: Always on Top
Submitted by Anonymous on Wednesday, 30 March, 2005 - 21:15
There are many options/plugins in jEdit that offer the option between a floating window, or one which is docked (top/right/bottom/left). It would be nice to have a floating window always ontop. Sometimes docking the window uses too much space, but you don't want to love the floating window when you change focus back to your code.
Hangs when trying to load file via webdav if server unreachable
Submitted by Anonymous on Thursday, 31 March, 2005 - 00:26
Is there a way to stop a process in jedit? sometimes I try to open a file via webdav, but turns out the server is down, and my jedit just keeps trying to open it for about 20 minutes, I wish I could "cancel"


thanks if anybody has any info,

-p
Syntax highlighting with different font faces?
Submitted by Anonymous on Thursday, 31 March, 2005 - 06:32
One feature in Notepad++ I really liked that I can't figure out how to duplicate in JEdit was the ability to set the font of certain syntatically-highlighted elements to a different font face than the default for the document.

For instance: variable-width font for literals, monospaced for operators and functions, maybe a serif font for comments and so on.
REGISTRATION PROBLEM!!
Submitted by Anonymous on Thursday, 31 March, 2005 - 06:45
Hi,

I'm probably going piss people off by doing this again, but I CAN'T GET A PASSWORD!!
I have no idea who to speak to, so I guess I can either suffer in silence (and never
participate in any of the jedit discussions), or I can keep posting annoying messages
like this in the vain hope that someone (anyone?) will help me out.

David Kromek.
Jar Creator could include a .jad creator
Submitted by Anonymous on Thursday, 31 March, 2005 - 19:49
for us j2me monkeys.

They're simple text files, so not too difficult...
ps to pdf problem when running the lilytool plugin
Submitted by Anonymous on Sunday, 3 April, 2005 - 03:22
Jedit using the lilytool plugin used to work fine. The I didn't do any work with for a month or two. Now I'm back at it and it's not working. I uninstalled jedit and updated it to the latest stable version for XP, then installed the plugin lilytool. I also have cygwin installed. I am getting this error when running lilytool:

LilyPond ready.
lilypond /cygdrive/C/Temp/myredeemerlives.ly
GNU LilyPond 2.4.3
Processing `/cygdrive/C/Temp/myredeemerlives.ly'
Parsing...
Interpreting music... [8][16][24][32][40][48][56][61]
Preprocessing graphical objects...
Calculating line breaks... [3][6][9][12][15][18][21][24][27][30][33][36][39][42][45][48][51][54][57][60][61]
Layout output to `myredeemerlives.tex'...
Signal 11
Converting to `myredeemerlives.dvi'...
Error invoking `latex \\nonstopmode \\input myredeemerlives.tex > /dev/null 2>&1 '. Return value 35584
Converting to `myredeemerlives.ps'...
Error invoking `dvips -t "letter" -u+ec-mftrace.map -u+lilypond.map -Ppdf myredeemerlives > /dev/null 2>&1 '. Return value 256
Converting to `myredeemerlives.pdf'...Error invoking `ps2pdf -sPAPERSIZE="letter" myredeemerlives.ps > /dev/null 2>&1 '. Return value 256
LilyPond ready.

This really ticks me off because I have to have this music ready for tomorrow morning, but it looks like I'll have to do it by hand.
User login
Browse archives
« March 2005 »
MoTuWeThFrSaSu
 
1
10
12
13
19
26
 
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   108249
Context Free Art (*.cfdg)   0.31   46071
BBEdit scheme   1.0   18607
JBuilder scheme   .001   18508
ColdFusion scheme   1.0   18041
R Edit Mode - extensive version   0.1   17488
Advanced HTML edit mode   1.0   16222
Matlab Edit Mode   1.0   16086
jEdit XP icons   1.0   15245
XP icons for jEdit   1.1   14309