MCPcopy Create free account
hub / github.com/benfry/processing4 / selectLine

Method selectLine

java/src/processing/mode/java/JavaEditor.java:1104–1106  ·  view source on GitHub ↗

Select a line in the current tab. @param lineIdx 0-based line number

(int lineIdx)

Source from the content-addressed store, hash-verified

1102 * @param lineIdx 0-based line number
1103 */
1104 public void selectLine(int lineIdx) {
1105 setSelection(getLineStartOffset(lineIdx), getLineStopOffset(lineIdx));
1106 }
1107
1108
1109 /**

Callers

nothing calls this directly

Calls 3

setSelectionMethod · 0.80
getLineStartOffsetMethod · 0.45
getLineStopOffsetMethod · 0.45

Tested by

no test coverage detected