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

Method selectLine

java/src/processing/mode/java/JavaEditor.java:1705–1707  ·  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

1703 * @param lineIdx 0-based line number
1704 */
1705 public void selectLine(int lineIdx) {
1706 setSelection(getLineStartOffset(lineIdx), getLineStopOffset(lineIdx));
1707 }
1708
1709
1710 /**

Callers

nothing calls this directly

Calls 3

setSelectionMethod · 0.80
getLineStartOffsetMethod · 0.45
getLineStopOffsetMethod · 0.45

Tested by

no test coverage detected