From: Robert S. <Rob...@ka...> - 2025-01-21 17:46:10
|
<!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body> <p><font face="monospace">Hi,<br> I'm using some Beanshell script's, which are invoked from jedit command line. In many cases jEdit isn't running yet. That's why <i>VFSManager.runInAWTThread()</i> is used. But jEdit 5.7 doesn't provide </font><font face="monospace"><i>VFSManager.runInAWTThread()</i></font><font face="monospace"> anymore (see changes.txt). So my question is: </font></p> <p><font face="monospace">Is there a replacement or a workaround to ensure </font><font face="monospace">jedit startup has been completed before the startup script will be invoked?<br> </font></p> <p><font face="monospace">Cheers,<br> Robert</font></p> <font face="monospace"></font> </body> </html> |