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

Method getSelectionStart

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

Get the beginning point of the current selection.

()

Source from the content-addressed store, hash-verified

1692 * Get the beginning point of the current selection.
1693 */
1694 public int getSelectionStart() {
1695 return textarea.getSelectionStart();
1696 }
1697
1698
1699 /**

Callers 9

keyTypedMethod · 0.45
setCurrentCodeMethod · 0.45
setCodeMethod · 0.45
referenceCheckMethod · 0.45
findMethod · 0.45
replaceAllMethod · 0.45
handleRenameMethod · 0.45
handleInspectMethod · 0.45
handleShowUsageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected