Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ cutSelection
Method
cutSelection
ij/src/main/java/ij/text/TextPanel.java:875–880 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
873
}
874
875
void
cutSelection() {
876
if
(selStart==-1 || selEnd==-1)
877
selectAll();
878
copySelection();
879
clearSelection();
880
}
881
882
/** Implements the Clear command. */
883
public
void
doClear() {
Callers
1
doCommand
Method · 0.95
Calls
3
selectAll
Method · 0.95
copySelection
Method · 0.95
clearSelection
Method · 0.95
Tested by
no test coverage detected