mirror of
https://github.com/processing/processing4.git
synced 2026-02-14 02:45:36 +01:00
Ready for demo
This commit is contained in:
@@ -182,6 +182,7 @@ public class ErrorCheckerService implements Runnable{
|
||||
PdePreprocessor pdePrepoc = new PdePreprocessor(null);
|
||||
defaultImportsOffset = pdePrepoc.getCoreImports().length +
|
||||
pdePrepoc.getDefaultImports().length + 1;
|
||||
astGenerator = new ASTGenerator(this);
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -256,7 +257,7 @@ public class ErrorCheckerService implements Runnable{
|
||||
}
|
||||
}
|
||||
|
||||
ASTGenerator astGenerator = new ASTGenerator(this);
|
||||
protected ASTGenerator astGenerator;
|
||||
AtomicInteger textModified = new AtomicInteger();
|
||||
private boolean checkCode() {
|
||||
System.out.println("checkCode() " + textModified.get() );
|
||||
|
||||
Reference in New Issue
Block a user