MCPcopy Index your code
hub / github.com/processing/processing / getSelectionStop

Method getSelectionStop

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

Get the end point of the current selection.

()

Source from the content-addressed store, hash-verified

1700 * Get the end point of the current selection.
1701 */
1702 public int getSelectionStop() {
1703 return textarea.getSelectionStop();
1704 }
1705
1706
1707 /**

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