|
From: Jim <jim...@po...> - 2001-08-27 12:56:38
|
Hi, Thanks everybody for the help in figuring this out. It saved me a lot of time sorting through my code. I very much appreciate it. Jim At 05:04 PM 8/27/2001 +1000, you wrote: >On Sun, Aug 26, 2001 at 06:45:37PM -0700, Jim wrote: > > with the following action: > > > > <ACTION NAME="test.doTest"> > > <CODE> > > TestPlugin.doTest(view); > > </CODE> > > </ACTION> > >jEdit 3.2 has a bug where imported classes are not cached in action >blocks, so each time this action is executed jEdit would loop >through all installed plugins, trying each imported package suffixed >with the class name. jEdit 3.2final fixes this. I'm almost certain >that this is the bug you encountered; I found it too, and it took me >ages to track down (only some actions, like copy/paste, were slow, >others that didn't reference classes were as fast as ever. I thought >it was a bug in the clipboard/register code at first). > >Slava > >-- >----------------------------------------------- >jEdit Developers' List >jEd...@li... >http://lists.sourceforge.net/lists/listinfo/jedit-devel |