Bug #125471, was updated on 2000-Dec-12 06:31
Here is a current snapshot of the bug.
Project: jEdit
Category: None
Status: Closed
Resolution: Fixed
Bug Group: None
Priority: 5
Submitted by: epilot
Assigned to : nobody
Summary: 3.0pre4: help system errors
Details: Clicking on help icon, opening help window and then navigating a few links down the help document tree produces the following errors:
[error] java.util.EmptyStackException
[error] at java.util.Stack.peek(Stack.java)
[error] at javax.swing.text.DefaultStyledDocument$ElementBuffer.insertElement(DefaultStyledDocument.java:1585)
[error] at javax.swing.text.DefaultStyledDocument$ElementBuffer.insertUpdate(DefaultStyledDocument.java:1326)
[error] at javax.swing.text.DefaultStyledDocument$ElementBuffer.insert(DefaultStyledDocument.java:1211)
[error] at javax.swing.text.DefaultStyledDocument.insert(DefaultStyledDocument.java:192)
[error] at javax.swing.text.html.HTMLDocument.insert(HTMLDocument.java:216)
[error] at javax.swing.text.html.HTMLDocument$HTMLReader.flushBuffer(HTMLDocument.java:2678)
[error] at javax.swing.text.html.HTMLDocument$HTMLReader.flush(HTMLDocument.java:1631)
[error] at javax.swing.text.html.HTMLEditorKit.read(HTMLEditorKit.java:244)
[error] at javax.swing.JEditorPane.read(JEditorPane.java:404)
[error] at javax.swing.JEditorPane$PageLoader.run(JEditorPane.java:450)
Sun Java 1.1.8 (jre, not JDK) with Swing 1.1.1, Linux-Mandrake 2.2.17. Help seems to work despite the errors, but there are lots of '>' or '>>' characters shown between lines on screen. I do not know if this is connected to error messages or is this an unrelated bug.
Also, Perl syntax highliting still does not work properly. I understand that parsing Perl code may be tricky but there is at least one app that can do it flaulessly, this is kwrite KDE editor. It lacks many more sophisticated features jEdit has, of course :-(...
Follow-Ups:
Date: 2000-Dec-12 18:28
By: spestov
Comment:
The EmptyStackException is a bug in Java and I can't do anything about it. the '>' symbols are no longer there in the next release. As for Perl syntax highlighting, there already is a bug open regarding that. Please don't report the same problem twice!
-------------------------------------------------------
For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=125471&group_id=588
|