better everythang \m/

This commit is contained in:
Manindra Moharana
2013-04-21 01:40:41 +05:30
parent e519f1711a
commit 7ce2291b64
5 changed files with 269 additions and 129 deletions

View File

@@ -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