Select a line in the current tab. @param lineIdx 0-based line number
(int lineIdx)
| 1102 | * @param lineIdx 0-based line number |
| 1103 | */ |
| 1104 | public void selectLine(int lineIdx) { |
| 1105 | setSelection(getLineStartOffset(lineIdx), getLineStopOffset(lineIdx)); |
| 1106 | } |
| 1107 | |
| 1108 | |
| 1109 | /** |
nothing calls this directly
no test coverage detected