mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 18:10:43 +01:00
fixes, tidying things up for auto save
This commit is contained in:
@@ -119,9 +119,9 @@ public class ExperimentalMode extends JavaMode {
|
||||
|
||||
volatile public static boolean errorCheckEnabled = true, warningsEnabled = true,
|
||||
codeCompletionsEnabled = true, debugOutputEnabled = false, errorLogsEnabled = false;
|
||||
public int autoSaveInterval = 5; //in minutes
|
||||
public static int autoSaveInterval = 5; //in minutes
|
||||
|
||||
public final String prefErrorCheck = "pdex.errorCheckEnabled",
|
||||
public static final String prefErrorCheck = "pdex.errorCheckEnabled",
|
||||
prefWarnings = "pdex.warningsEnabled",
|
||||
prefCodeCompletionEnabled = "pdex.ccEnabled",
|
||||
prefDebugOP = "pdex.dbgOutput", prefErrorLogs = "pdex.writeErrorLogs", prefAutoSaveInterval = "pdex.autoSaveInterval";
|
||||
|
||||
Reference in New Issue
Block a user