mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 18:10:43 +01:00
better everythang \m/
This commit is contained in:
@@ -270,7 +270,7 @@ public class ErrorCheckerService implements Runnable{
|
||||
|
||||
if (problems.length == 0 && editor.compilationCheckEnabled) {
|
||||
//mainClassOffset++; // just a hack.
|
||||
astGenerator.buildAST();
|
||||
astGenerator.buildAST(cu);
|
||||
sourceCode = xqpreproc.doYourThing(sourceCode, programImports);
|
||||
prepareCompilerClasspath();
|
||||
// mainClassOffset = xqpreproc.mainClassOffset; // tiny, but
|
||||
|
||||
Reference in New Issue
Block a user