MCPcopy Index your code
hub / github.com/benfry/processing4 / updateErrorToggle

Method updateErrorToggle

app/src/processing/app/ui/Editor.java:2352–2356  ·  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

2350 * the error button at the bottom of the PDE
2351 */
2352 public void updateErrorToggle(boolean hasErrors) {
2353 if (errorTable != null) {
2354 footer.setNotification(errorTable.getParent(), hasErrors);
2355 }
2356 }
2357
2358
2359 // . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Callers 1

setProblemListMethod · 0.95

Calls 2

setNotificationMethod · 0.80
getParentMethod · 0.45

Tested by

no test coverage detected