jEdit 4.3pre3 - ConfigurableFoldHandler plugin broken
Submitted by Monday, 27 March, 2006 - 19:20
on
Hi -
I'm reposting this to the bug report forum from the troubleshooting forum, just in case that'll help.
(see: http://community.jedit.org/?q=node/view/2580).
Is there any hope of a fix for this plugin? I miss it.
email to the author bounces (Chris Kent - ckent@espeed.co.uk)
Anyone?
Thanks - Keith
------------------------------------------------------------
(from the Troubleshooting Forum post...)
I'm reposting this to the bug report forum from the troubleshooting forum, just in case that'll help.
(see: http://community.jedit.org/?q=node/view/2580).
Is there any hope of a fix for this plugin? I miss it.
email to the author bounces (Chris Kent - ckent@espeed.co.uk)
Anyone?
Thanks - Keith
------------------------------------------------------------
(from the Troubleshooting Forum post...)
It looks like the ConfigurableFoldHandler plugin is broken under jEdit 4.3pre3. I'm seeing similiar behavior running jEdit on Mac OSX 10.4.5 with Java 1.4.2 or 5.0, and on Redhat Linux with Java 1.5.0_02 (If I turn on custom folding, the entire text display area goes white when it tries to redraw, the gutter area goes blank, and the error message below appears...) Anyone have and idea when/if the ConfigurableFoldHandler plugin might be fixed? [error] AWT-EventQueue-0: Exception in thread "AWT-EventQueue-0" [error] AWT-EventQueue-0: java.lang.AbstractMethodError: org.gjt.sp.jedit.buffer.FoldHandler.getFoldLevel(Lorg/gjt/sp/jedit/buffer/JEditBuffer;ILjavax/swing/text/Segment;)I [error] AWT-EventQueue-0: at org.gjt.sp.jedit.buffer.JEditBuffer.getFoldLevel(JEditBuffer.java:1685) [error] AWT-EventQueue-0: at org.gjt.sp.jedit.buffer.JEditBuffer.isFoldStart(JEditBuffer.java:1630) [error] AWT-EventQueue-0: at org.gjt.sp.jedit.textarea.Gutter.paintLine(Gutter.java:555) [error] AWT-EventQueue-0: at org.gjt.sp.jedit.textarea.Gutter.paintComponent(Gutter.java:141) ...