Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/arduino/Arduino
/ statusNotice
Method
statusNotice
app/src/processing/app/Editor.java:2581–2583 ·
view source on GitHub ↗
Show a notice message in the editor status bar.
(String msg)
Source
from the content-addressed store, hash-verified
2579
* Show a notice message in the editor status bar.
2580
*/
2581
public
void
statusNotice(String msg) {
2582
status.notice(msg);
2583
}
2584
2585
2586
/**
Callers
8
handleSave2
Method · 0.95
handleSaveAs
Method · 0.95
handleSerial
Method · 0.95
handlePlotter
Method · 0.95
handleBurnBootloader
Method · 0.95
handleBoardInfo
Method · 0.95
handlePrint
Method · 0.95
statusEmpty
Method · 0.95
Calls
1
notice
Method · 0.80
Tested by
no test coverage detected