MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / get_selection_start

Method get_selection_start

src/npp/NppInterface.cpp:275–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275TextPosition NppInterface::get_selection_start() const { return send_msg_to_scintilla(SCI_GETSELECTIONSTART); }
276
277TextPosition NppInterface::get_selection_end() const { return send_msg_to_scintilla(SCI_GETSELECTIONEND); }
278

Calls

no outgoing calls

Tested by

no test coverage detected