-
ezust committed revision 16459 to the jEdit SVN repository, changing 1 files.
2009-11-09 02:28:18 UTC in jEdit
-
Committed 16458. Thanks for your contribution.
2009-11-09 02:28:06 UTC in jEdit
-
ezust committed revision 16458 to the jEdit SVN repository, changing 2 files.
2009-11-09 02:26:00 UTC in jEdit
-
Dale, for you, one of the threads is trying to show the errorlist dockable and is leading to some AWT problem.
So the dockableWindowManager is not thread-safe because it tries to show a dockable while other things are happening.
2009-10-23 20:49:45 UTC in jEdit
-
Next time it hangs, from the shell that ran it, do a ctrl+\ to get a stack dump, and we can see what happened.
Is this a duplicate of
https://sourceforge.net/tracker/?func=detail&aid=1542700&group_id=588&atid=565475
Most computers are multicore so I suspect this will be biting us more and more. Something needs to be synchronized that is not thread safe at the moment.
2009-10-23 19:54:09 UTC in jEdit
-
I tried it on my system and it grew from 20mb to about 35 mb before the garbage collector grabbed it and brought it down to 20mb again. (windows XP).
So it behaves much better than yours,
I also observe the same behavior from the file system browser as the project viewer.
What happens if you use a Sun JDK 1.6 instead of openjdk?.
2009-10-23 06:17:30 UTC in jEdit
-
much better
committed 16407.
2009-10-23 02:50:50 UTC in jEdit
-
ezust committed revision 16407 to the jEdit SVN repository, changing 3 files.
2009-10-23 02:50:13 UTC in jEdit
-
It used to work for me back when I had multiple monitors. I don't use multiple monitors so I can't test it now.
2009-10-22 01:12:53 UTC in jEdit
-
oops. I'm sorry, this patch needs to be tested further - it actually does not quite work yet.
Adding and removing it from the current buffer set does not take into account if the buffer exists in other buffersets either.
Also, I find that it changes the current buffer after each save. Does that not happen for you?.
2009-10-21 02:57:17 UTC in jEdit