mirror of
https://github.com/processing/processing4.git
synced 2026-02-07 23:59:21 +01:00
indicator near error toggle button, dunno if a good idea.
This commit is contained in:
@@ -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()));
|
||||
|
||||
Reference in New Issue
Block a user