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

Method getSelectionStop

app/src/processing/app/ui/Editor.java:1440–1442  ·  view source on GitHub ↗

Get the end point of the current selection.

()

Source from the content-addressed store, hash-verified

1438 * Get the end point of the current selection.
1439 */
1440 public int getSelectionStop() {
1441 return textarea.getSelectionStop();
1442 }
1443
1444
1445 /**

Callers 9

handleAutoFormatMethod · 0.95
setCurrentCodeMethod · 0.45
setCodeMethod · 0.45
handleIndentOutdentMethod · 0.45
referenceCheckMethod · 0.45
findMethod · 0.45
handleRenameMethod · 0.45
handleShowUsageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected