MCPcopy Index your code
hub / github.com/arduino/Arduino / handleUndo

Method handleUndo

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

Source from the content-addressed store, hash-verified

576 }
577
578 void handleUndo() {
579 textarea.undoLastAction();
580 }
581
582 void handleRedo() {
583 textarea.redoLastAction();

Callers 1

buildEditMenuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected