MCPcopy
hub / github.com/arduino/Arduino / handleCut

Method handleCut

app/src/processing/app/EditorTab.java:534–536  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

532 }
533
534 void handleCut() {
535 textarea.cut();
536 }
537
538 void handleCopy() {
539 textarea.copy();

Callers 1

buildEditMenuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected