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

Method getStatusMode

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

Returns the current notice message in the editor status bar.

()

Source from the content-addressed store, hash-verified

3002 * Returns the current notice message in the editor status bar.
3003 */
3004 public int getStatusMode() {
3005 return status.mode;
3006 }
3007
3008
3009// /**

Callers 1

updateEditorStatusMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected