updated todo

This commit is contained in:
Manindra Moharana
2014-06-10 15:16:33 +05:30
parent 8aa9d9b4b5
commit 517d52c508
2 changed files with 6 additions and 2 deletions
@@ -240,7 +240,7 @@ public class ASTGenerator {
/**
* Toggle AST View window
*/
public static final boolean SHOWAST = true;
public static final boolean SHOWAST = !true;
protected DefaultMutableTreeNode buildAST(String source, CompilationUnit cu) {
if (cu == null) {
+5 -1
View File
@@ -21,9 +21,13 @@ Normal Bugs
-----------
-[x] Sketch NOC 6_09: steer PVector, doesn't show completion. #68
-[ ] Sketch NOC 6_09: Classname in Template, doesn't scroll to decl. This is
-[x] Sketch NOC 6_09: Classname in Template, doesn't scroll to decl. This is
happening due certain post processing offsets not being accounted for - "public void"
-[x] New offset matching now used by Show Usage
-[x] New offset matching now used by Refactoring
Enhancements/New Features
-------------------------