mirror of
https://github.com/processing/processing4.git
synced 2026-02-08 08:09:32 +01:00
refresh stuff
This commit is contained in:
@@ -476,6 +476,7 @@ public class DebugEditor extends JavaEditor implements ActionListener {
|
||||
errorCheckerService.resumeThread();
|
||||
System.out.println(thisEditor.getSketch().getName()
|
||||
+ " - Error Checker resumed.");
|
||||
errorCheckerService.runManualErrorCheck();
|
||||
}
|
||||
}
|
||||
});
|
||||
@@ -507,6 +508,7 @@ public class DebugEditor extends JavaEditor implements ActionListener {
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
errorCheckerService.warningsEnabled = ((JCheckBoxMenuItem) e
|
||||
.getSource()).isSelected();
|
||||
errorCheckerService.runManualErrorCheck();
|
||||
}
|
||||
});
|
||||
debugMenu.add(showWarnings);
|
||||
|
||||
Reference in New Issue
Block a user