refresh stuff

This commit is contained in:
Manindra Moharana
2013-08-18 12:30:38 +05:30
parent a6af2cf54a
commit bc5eff6141
2 changed files with 3 additions and 1 deletions

View File

@@ -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);