mirror of
https://github.com/processing/processing4.git
synced 2026-02-15 03:15:40 +01:00
further work on auto save
This commit is contained in:
@@ -331,7 +331,6 @@ public class DebugEditor extends JavaEditor implements ActionListener {
|
||||
*/
|
||||
@Override
|
||||
public void dispose() {
|
||||
autosaver.shutDown();
|
||||
//System.out.println("window dispose");
|
||||
// quit running debug session
|
||||
dbg.stopDebug();
|
||||
@@ -345,6 +344,7 @@ public class DebugEditor extends JavaEditor implements ActionListener {
|
||||
// Added temporarily to dump error log. TODO: Remove this later
|
||||
public void internalCloseRunner(){
|
||||
if(ExperimentalMode.errorLogsEnabled) writeErrorsToFile();
|
||||
autosaver.stop();
|
||||
super.internalCloseRunner();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user