updateTitleOnCodeChange();
LexAnalyzerWorker worker = new LexAnalyzerWorker(Principal.getInstance().getMainPanel(), false);
worker.setProgressVisible(true, getLineCount());
worker.setSilentMode(true);
worker.execute();
return null;
} catch (InterruptedException ex) {
// Ok. Exceção esperada... Ignorando
}