MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / copyAll

Method copyAll

ij/src/main/java/ij/text/TextPanel.java:865–873  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

863 }
864
865 int copyAll() {
866 selectAll();
867 int count = selEnd - selStart + 1;
868 if (count>0)
869 copySelection();
870 resetSelection();
871 unsavedLines = false;
872 return count;
873 }
874
875 void cutSelection() {
876 if (selStart==-1 || selEnd==-1)

Callers 1

copySelectionMethod · 0.95

Calls 3

selectAllMethod · 0.95
copySelectionMethod · 0.95
resetSelectionMethod · 0.95

Tested by

no test coverage detected