Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ handleCut
Method
handleCut
app/src/processing/app/ui/Editor.java:1675–1678 ·
view source on GitHub ↗
Implements Edit → Cut.
()
Source
from the content-addressed store, hash-verified
1673
* Implements Edit → Cut.
1674
*/
1675
public
void
handleCut() {
1676
textarea.cut();
1677
sketch.setModified(true);
1678
}
1679
1680
1681
/**
Callers
2
actionPerformed
Method · 0.80
TextAreaPopup
Method · 0.80
Calls
2
cut
Method · 0.80
setModified
Method · 0.45
Tested by
no test coverage detected