scijava / script-editor

Script Editor and Interpreter for SciJava script languages
http://imagej.net/Script_Editor
BSD 2-Clause "Simplified" License
12 stars 12 forks source link

FileSystemTree: run UI updates in the event dispatch thread #30

Closed acardona closed 5 years ago

acardona commented 5 years ago

rather than in the file system watcher thread.

This fixes the whole Fiji UI lock ups I've been seeing randomly in association with e.g. saving a file in the Script Editor whose parent folder is listed in the FileSystemTree.

ctrueden commented 5 years ago

Thanks @acardona!