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

Method handleCut

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

Implements Edit → Cut.

()

Source from the content-addressed store, hash-verified

1932 * Implements Edit → Cut.
1933 */
1934 public void handleCut() {
1935 textarea.cut();
1936 sketch.setModified(true);
1937 }
1938
1939
1940 /**

Callers 2

actionPerformedMethod · 0.80
actionPerformedMethod · 0.80

Calls 2

cutMethod · 0.80
setModifiedMethod · 0.45

Tested by

no test coverage detected