Get the beginning point of the current selection.
()
| 1692 | * Get the beginning point of the current selection. |
| 1693 | */ |
| 1694 | public int getSelectionStart() { |
| 1695 | return textarea.getSelectionStart(); |
| 1696 | } |
| 1697 | |
| 1698 | |
| 1699 | /** |
no outgoing calls
no test coverage detected