Hi, I have found a little bug: Performing action "Add explicit fold" (C-e a) when last selected line = last line in the end of the file, causes to an exception: java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 20 at org.gjt.sp.jedit.buffer.JEditBuffer.getLineStartOffset(JEditBuffer.java:323) at org.gjt.sp.jedit.textarea.JEditTextArea.addExplicitFold(JEditTextArea.java:5941) at org.gjt.sp.jedit.textarea.JEditTextArea.addExplicitFold(JEditTextArea.java:3916) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) ...................................................................... jEdit 4.3 Pre7.