ocadaruma / tlaplus-intellij-plugin

Intellij plugin for TLA+ formal specification language.
Apache License 2.0
52 stars 2 forks source link

Is it safe to update UI from ProcessHandler directly? #6

Closed ocadaruma closed 3 years ago

ocadaruma commented 3 years ago

Looks no problem as onTextAvailable is invoked on EventDispatchThread

Screen Shot 2021-11-07 at 8 50 50
ocadaruma commented 3 years ago

Seems not true for processTermination. Should be executed by ApplicationManager.getApplication().invokeLater()