MCPcopy Index your code
hub / github.com/processing/processing / updateErrorToggle

Method updateErrorToggle

app/src/processing/app/ui/Editor.java:2877–2881  ·  view source on GitHub ↗

Handle whether the tiny red error indicator is shown near the error button at the bottom of the PDE

(boolean hasErrors)

Source from the content-addressed store, hash-verified

2875 * the error button at the bottom of the PDE
2876 */
2877 public void updateErrorToggle(boolean hasErrors) {
2878 if (errorTable != null) {
2879 footer.setNotification(errorTable.getParent(), hasErrors);
2880 }
2881 }
2882
2883
2884 // . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Callers 1

setProblemListMethod · 0.95

Calls 2

setNotificationMethod · 0.45
getParentMethod · 0.45

Tested by

no test coverage detected