mirror of
https://github.com/processing/processing4.git
synced 2026-02-14 02:45:36 +01:00
I guess this is the best that can be done..
This commit is contained in:
@@ -433,11 +433,11 @@ public class ErrorCheckerService implements Runnable{
|
||||
// }
|
||||
// log(sourceCode);
|
||||
// log("--------------------------");
|
||||
compileCheck();
|
||||
//astGenerator.buildAST(cu);
|
||||
compileCheck();
|
||||
log(editor.getSketch().getName() + "2 MCO "
|
||||
+ mainClassOffset);
|
||||
}
|
||||
astGenerator.buildAST(cu);
|
||||
if(ExperimentalMode.errorCheckEnabled){
|
||||
updateErrorTable();
|
||||
editor.updateErrorBar(problemsList);
|
||||
|
||||
Reference in New Issue
Block a user