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

Method statusError

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

Show an error in the status bar.

(String what)

Source from the content-addressed store, hash-verified

2363 * Show an error in the status bar.
2364 */
2365 public void statusError(String what) {
2366 status.error(what);
2367 //new Exception("deactivating RUN").printStackTrace();
2368// toolbar.deactivate(EditorToolbar.RUN);
2369 }
2370
2371
2372 /**

Callers 5

openContribBundleMethod · 0.95
handleAutoFormatMethod · 0.95
handleSaveImplMethod · 0.95
handleSaveAsMethod · 0.95
handlePrintMethod · 0.95

Calls 14

hasCodeIndexMethod · 0.80
setCurrentCodeMethod · 0.80
getCodeIndexMethod · 0.80
hasCodeLineMethod · 0.80
getCodeLineMethod · 0.80
selectMethod · 0.80
errorMethod · 0.65
getMessageMethod · 0.65
printlnMethod · 0.45
getLineCountMethod · 0.45
getLineTextMethod · 0.45
getLineStartOffsetMethod · 0.45

Tested by

no test coverage detected