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

Method line_from_position

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

Source from the content-addressed store, hash-verified

313}
314
315int NppInterface::line_from_position(TextPosition position) const {
316 return static_cast<int>(send_msg_to_scintilla(SCI_LINEFROMPOSITION, position));
317}
318
319std::wstring NppInterface::plugin_config_dir() const { return get_dir_msg(NPPM_GETPLUGINSCONFIGDIR); }
320

Callers 3

init_suggestions_boxMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected