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

Method statusEmpty

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

Clear the status area.

()

Source from the content-addressed store, hash-verified

2490 * Clear the status area.
2491 */
2492 public void statusEmpty() {
2493 statusNotice(EMPTY);
2494 }
2495
2496
2497 public void statusMessage(String message, int type) {

Callers 8

openContribBundleMethod · 0.95
handleSaveImplMethod · 0.95
prepareRunMethod · 0.95
clearNoticeMethod · 0.95
updateEditorStatusMethod · 0.95
stopDebugMethod · 0.80
vmEventMethod · 0.80

Calls 1

statusNoticeMethod · 0.95

Tested by

no test coverage detected