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

Method handlePaste

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

Implements Edit → Paste.

()

Source from the content-addressed store, hash-verified

1958 * Implements Edit → Paste.
1959 */
1960 public void handlePaste() {
1961 textarea.paste();
1962 sketch.setModified(true);
1963 }
1964
1965
1966 /**

Callers 1

actionPerformedMethod · 0.80

Calls 2

pasteMethod · 0.80
setModifiedMethod · 0.45

Tested by

no test coverage detected