MCPcopy Index your code
hub / github.com/processing/processing / cut

Method cut

app/src/processing/app/syntax/JEditTextArea.java:1568–1573  ·  view source on GitHub ↗

Deletes the selected text from the text area and places it into the clipboard.

()

Source from the content-addressed store, hash-verified

1566 * into the clipboard.
1567 */
1568 public void cut() {
1569 if (editable) {
1570 copy();
1571 setSelectedText("");
1572 }
1573 }
1574
1575
1576 /**

Callers 2

actionPerformedMethod · 0.80
handleCutMethod · 0.80

Calls 2

copyMethod · 0.95
setSelectedTextMethod · 0.95

Tested by

no test coverage detected