Select a line in the current tab. @param lineIdx 0-based line number
(int lineIdx)
| 1703 | * @param lineIdx 0-based line number |
| 1704 | */ |
| 1705 | public void selectLine(int lineIdx) { |
| 1706 | setSelection(getLineStartOffset(lineIdx), getLineStopOffset(lineIdx)); |
| 1707 | } |
| 1708 | |
| 1709 | |
| 1710 | /** |
nothing calls this directly
no test coverage detected