mirror of
https://github.com/processing/processing4.git
synced 2026-02-14 02:45:36 +01:00
lookin into jdoc scroll bug, irritating one this
This commit is contained in:
@@ -235,7 +235,10 @@ public class ASTGenerator {
|
||||
|
||||
}
|
||||
|
||||
public static final boolean SHOWAST = !true;
|
||||
/**
|
||||
* Toggle AST View window
|
||||
*/
|
||||
public static final boolean SHOWAST = true;
|
||||
|
||||
protected DefaultMutableTreeNode buildAST(String source, CompilationUnit cu) {
|
||||
if (cu == null) {
|
||||
|
||||
Reference in New Issue
Block a user