MCPcopy
hub / github.com/arduino/Arduino / getSelectionStart

Method getSelectionStart

app/src/processing/app/EditorTab.java:497–499  ·  view source on GitHub ↗

Get the beginning point of the current selection.

()

Source from the content-addressed store, hash-verified

495 * Get the beginning point of the current selection.
496 */
497 public int getSelectionStart() {
498 return textarea.getSelectionStart();
499 }
500
501 /**
502 * Get the end point of the current selection.

Callers 5

findMethod · 0.80
replaceMethod · 0.80
keyTypedMethod · 0.80
showMethod · 0.80
actionPerformedImplMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected