mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
updated todo
This commit is contained in:
@@ -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
@@ -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
|
||||
-------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user