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

Method getSelectionStart

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

Get the beginning point of the current selection.

()

Source from the content-addressed store, hash-verified

1430 * Get the beginning point of the current selection.
1431 */
1432 public int getSelectionStart() {
1433 return textarea.getSelectionStart();
1434 }
1435
1436
1437 /**

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