mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 01:50:44 +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);
|
||||
|
||||
@@ -337,7 +337,7 @@ public class SketchOutline {
|
||||
if (editor != null) {
|
||||
iconPath = (Base.getSketchbookFolder().getAbsolutePath())
|
||||
|
||||
+ File.separator + "modes" + File.separator + "ExperimentalMode"
|
||||
+ File.separator + "modes" + File.separator + editor.getMode().getClass().getSimpleName()
|
||||
+ File.separator + "data" + File.separator + "icons";
|
||||
;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user