Launch SugarJ compiler in separate thread
Parsing or compiling SugarJ code takes some time. Eclipse, however, assumes parsing is fast and therefore sometimes executes parsing in the main thread. For SugarJ, this may lead to UI locks. Therefore, the SugarJ compiler should be called in a separate thread.
The problem is: how to communicate the compilation result asynchronously to Eclipse.
Submitted by Sebastian Erdweg on 19 April 2011 at 11:41
Issue Log
On 19 April 2011 at 11:41 Sebastian Erdweg tagged plugin
On 10 May 2011 at 11:42 Tillmann Rendel commented:
Maybe this could look like other “background tasks” in eclipse?
On 2 June 2011 at 20:17 Sebastian Erdweg closed this issue.
On 2 June 2011 at 20:17 Sebastian Erdweg commented:
solved as part of SugarJ/4
Log in to post comments