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

Method get_selection_end

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

Source from the content-addressed store, hash-verified

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
279TextPosition NppInterface::get_line_length(int line) const { return send_msg_to_scintilla(SCI_LINELENGTH, line); }
280

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected