forgot to add the images

This commit is contained in:
Manindra Moharana
2013-08-25 21:32:44 +05:30
parent 8b8504d4f4
commit e961d882b9
2 changed files with 3 additions and 2 deletions

View File

@@ -154,7 +154,8 @@ public class ASTGenerator {
this.editor = ecs.getEditor();
setupGUI();
//addCompletionPopupListner();
addListeners(); loadJavaDoc();
addListeners();
//loadJavaDoc();
predictionsEnabled = new AtomicBoolean(true);
}