mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 18:35:37 +01:00
forgot to add the images
This commit is contained in:
@@ -154,7 +154,8 @@ public class ASTGenerator {
|
||||
this.editor = ecs.getEditor();
|
||||
setupGUI();
|
||||
//addCompletionPopupListner();
|
||||
addListeners(); loadJavaDoc();
|
||||
addListeners();
|
||||
//loadJavaDoc();
|
||||
predictionsEnabled = new AtomicBoolean(true);
|
||||
}
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@ public class ExperimentalMode extends JavaMode {
|
||||
public static final boolean VERBOSE_LOGGING = true;
|
||||
//public static final boolean VERBOSE_LOGGING = false;
|
||||
public static final int LOG_SIZE = 512 * 1024; // max log file size (in bytes)
|
||||
public static boolean DEBUG = true;
|
||||
public static boolean DEBUG = !true;
|
||||
|
||||
public ExperimentalMode(Base base, File folder) {
|
||||
super(base, folder);
|
||||
|
||||
Reference in New Issue
Block a user