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

Method statusError

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

Show an error in the status bar.

(String what)

Source from the content-addressed store, hash-verified

2888 * Show an error in the status bar.
2889 */
2890 public void statusError(String what) {
2891 status.error(what);
2892 //new Exception("deactivating RUN").printStackTrace();
2893// toolbar.deactivate(EditorToolbar.RUN);
2894 }
2895
2896
2897 /**

Callers 4

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

Calls 15

isStackTraceEnabledMethod · 0.95
getMessageMethod · 0.95
hasCodeIndexMethod · 0.95
getCodeIndexMethod · 0.95
hasCodeLineMethod · 0.95
getCodeLineMethod · 0.95
setCurrentCodeMethod · 0.80
selectMethod · 0.80
startsWithMethod · 0.80
errorMethod · 0.65
getMessageMethod · 0.65
printStackTraceMethod · 0.45

Tested by

no test coverage detected