|
From: Matthieu C. <cho...@gm...> - 2012-04-30 08:24:36
|
You're right that's something I probably didn't think about when I did it, probably because the session really need to be obtained on EDT thread if it really create a dialog, and ftp plugin is the only plugin I know that do that it probably never happened to me. So I don't know if the best is to change the doc to call this method on EDT thread or use invokeAndWait(), the problem is that if the entire copy is done on EDT it will freeze jEdit. 2012/4/29 Jarek Czekalski <jar...@po...> > Matthieu, you created those methods long time ago, r5233. > > One of the variants of copy creates sessions, using createVFSSession. > But the documentation of VFS states that the session must be obtained in > awt thread. Should this place be corrected so that sessions were > obtained in awt thread? > > Jarek > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > -- > ----------------------------------------------- > jEdit Developers' List > jEd...@li... > https://lists.sourceforge.net/lists/listinfo/jedit-devel > |