MCPcopy Index your code
hub / github.com/benfry/processing4 / handleCut

Method handleCut

app/src/processing/app/ui/Editor.java:1675–1678  ·  view source on GitHub ↗

Implements Edit → Cut.

()

Source from the content-addressed store, hash-verified

1673 * Implements Edit → Cut.
1674 */
1675 public void handleCut() {
1676 textarea.cut();
1677 sketch.setModified(true);
1678 }
1679
1680
1681 /**

Callers 2

actionPerformedMethod · 0.80
TextAreaPopupMethod · 0.80

Calls 2

cutMethod · 0.80
setModifiedMethod · 0.45

Tested by

no test coverage detected