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

Method get_line_start_position

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

Source from the content-addressed store, hash-verified

319std::wstring NppInterface::plugin_config_dir() const { return get_dir_msg(NPPM_GETPLUGINSCONFIGDIR); }
320
321TextPosition NppInterface::get_line_start_position(TextPosition line) const {
322 return static_cast<int>(send_msg_to_scintilla(SCI_POSITIONFROMLINE, line));
323}
324
325TextPosition NppInterface::get_line_end_position(TextPosition line) const {
326 return static_cast<int>(send_msg_to_scintilla(SCI_GETLINEENDPOSITION, line));

Callers 1

get_visible_textMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected