| 273 | } |
| 274 | |
| 275 | TextPosition NppInterface::get_selection_start() const { return send_msg_to_scintilla(SCI_GETSELECTIONSTART); } |
| 276 | |
| 277 | TextPosition NppInterface::get_selection_end() const { return send_msg_to_scintilla(SCI_GETSELECTIONEND); } |
| 278 |
no outgoing calls
no test coverage detected