Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
openContribBundle
Method · 0.95
downloadAndInstallOnImport
Method · 0.95
handleSaveImpl
Method · 0.95
prepareRun
Method · 0.95
clearNotice
Method · 0.95
updateEditorStatus
Method · 0.95
stopDebug
Method · 0.80
vmEvent
Method · 0.80
Calls
1
statusNotice
Method · 0.95
Tested by
no test coverage detected