-
I can reproduce this exception reliably now, running pre17.
The key is to have a second view on a second monitor, and to resize that view so that it is larger than the resolution of the first monitor. So to reproduce this, you'll need a setup (like mine, unfortunately) where the secondary monitor is running at a higher vertical resolution than the primary monitor.
If I keep my second...
2009-10-28 19:34:05 UTC in jEdit
-
One more point I noticed:
- it only seems to happen if one of the two views is placed on the secondary monitor, and resized to be larger than the resolution of the primary monitor. Is this a possible factor (given a knowledge of that area of jEdit's core), or just coincidence?.
2009-08-03 21:59:24 UTC in jEdit
-
I cannot reproduce it with only one view - also, I can't reproduce it with two views on a one monitor system. It only happens with two views, on a dual monitor machine.
But I can't find a reliable way to reproduce it deterministically.
It happens even if SideKick is unloaded.
I'll keep hammering at it.
2009-07-27 20:32:20 UTC in jEdit
-
Odd..it seems to have something to do with the position and geometry of my window.
I got that exception every time I tried to save, across jEdit restarts.
Then, I dragged my jEdit window from Monitor #2 to Monitor #1, made it slightly smaller, and tried saving. It saved without error.
2009-07-21 18:12:36 UTC in jEdit
-
This is still happening with pre17:
Every time I try to save a certain file, even after quitting/restarting jEdit, and splitting views, I get this exception
java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 43
at org.gjt.sp.jedit.textarea.ChunkCache.updateChunksUpTo(ChunkCache.java:620)
at org.gjt.sp.jedit.textarea.ChunkCache.getLineInfo(ChunkCache.java:261)
at...
2009-07-21 18:05:25 UTC in jEdit
-
{{{ CamelComplete 2.8.0
Source: Source code is in SVN with the tag release-2_8_0
Announcement: CamelComplete release 2.8.0 - Simple Mode works w/ Lisp & XML identifiers
Requires Java 1.5
Requires jEdit 04.03.12.00
Short Description: This plugin provides for code-completion in a CamelCase or regex_separated_identifier style.
Long Description:
Thi.
2009-01-10 01:00:08 UTC in jEdit
-
jpavel committed revision 14330 to the jEdit SVN repository, changing 1 files.
2009-01-10 00:56:10 UTC in jEdit
-
jpavel committed revision 14329 to the jEdit SVN repository, changing 1 files.
2009-01-10 00:54:12 UTC in jEdit
-
jpavel committed revision 14328 to the jEdit SVN repository, changing 2 files.
2009-01-10 00:42:59 UTC in jEdit
-
Wow, it sounds like these recent changes might be the end of these deep-rooted jEdit woes!
- Without Sidekick loaded, the problem doesn't occur.
- With the patched SideKick posted a week or so ago (before the root cause in JEditBuffer was found), this problem doesn't occur either.
- The machine I'm running on now doesn't have all the SVN, jEdit source, etc. set up to try the patch, but if...
2009-01-03 08:06:39 UTC in jEdit