Get character offset for the start of a given line of text.
(int line)
| 1727 | * Get character offset for the start of a given line of text. |
| 1728 | */ |
| 1729 | public int getLineStartOffset(int line) { |
| 1730 | return textarea.getLineStartOffset(line); |
| 1731 | } |
| 1732 | |
| 1733 | |
| 1734 | /** |
no outgoing calls
no test coverage detected