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

Method clearSelection

java/src/processing/mode/java/JavaEditor.java:1095–1097  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1093
1094
1095 public void clearSelection() {
1096 setSelection(getCaretOffset(), getCaretOffset());
1097 }
1098
1099
1100 /**

Callers

nothing calls this directly

Calls 2

setSelectionMethod · 0.80
getCaretOffsetMethod · 0.80

Tested by

no test coverage detected