From 517d52c50880c2c85821d0978a2194f9b14c07de Mon Sep 17 00:00:00 2001 From: Manindra Moharana Date: Tue, 10 Jun 2014 15:16:33 +0530 Subject: [PATCH] updated todo --- pdex/src/processing/mode/experimental/ASTGenerator.java | 2 +- pdex/todo.txt | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pdex/src/processing/mode/experimental/ASTGenerator.java b/pdex/src/processing/mode/experimental/ASTGenerator.java index 97970ce7d..83a659c74 100644 --- a/pdex/src/processing/mode/experimental/ASTGenerator.java +++ b/pdex/src/processing/mode/experimental/ASTGenerator.java @@ -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) { diff --git a/pdex/todo.txt b/pdex/todo.txt index af2cc8da5..d7a2337e2 100644 --- a/pdex/todo.txt +++ b/pdex/todo.txt @@ -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 -------------------------