Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TextAreaPopup
Method · 0.80
Calls
2
paste
Method · 0.80
setModified
Method · 0.45
Tested by
no test coverage detected