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

Method handlePaste

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

Implements Edit → Paste.

()

Source from the content-addressed store, hash-verified

1699 * Implements Edit → Paste.
1700 */
1701 public void handlePaste() {
1702 textarea.paste();
1703 sketch.setModified(true);
1704 }
1705
1706
1707 /**

Callers 1

TextAreaPopupMethod · 0.80

Calls 2

pasteMethod · 0.80
setModifiedMethod · 0.45

Tested by

no test coverage detected