MCPcopy
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

handleSave2Method · 0.95
handleSaveAsMethod · 0.95
handleSerialMethod · 0.95
handlePlotterMethod · 0.95
handleBurnBootloaderMethod · 0.95
handleBoardInfoMethod · 0.95
handlePrintMethod · 0.95
statusEmptyMethod · 0.95

Calls 1

noticeMethod · 0.80

Tested by

no test coverage detected