indicator near error toggle button, dunno if a good idea.

This commit is contained in:
Manindra Moharana
2013-08-19 22:56:28 +05:30
parent 0a2f2662cf
commit c8ed546861
4 changed files with 23 additions and 4 deletions

View File

@@ -1251,6 +1251,11 @@ public class DebugEditor extends JavaEditor implements ActionListener {
return errorTable.updateTable(tableModel);
}
public void updateErrorToggle(){
btnShowErrors.updateMarker(errorCheckerService.hasErrors(),
errorBar.errorColor);
}
private void handleRefactor() {
log("Caret at:");
log(ta.getLineText(ta.getCaretLine()));