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

Method get_document_line_from_visible

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

Source from the content-addressed store, hash-verified

215TextPosition NppInterface::get_lines_on_screen() const { return send_msg_to_scintilla(SCI_LINESONSCREEN); }
216
217TextPosition NppInterface::get_document_line_from_visible(TextPosition visible_line) const {
218 return send_msg_to_scintilla(SCI_DOCLINEFROMVISIBLE, visible_line);
219}
220
221TextPosition NppInterface::get_document_line_count() const { return send_msg_to_scintilla(SCI_GETLINECOUNT); }
222

Callers 1

get_visible_textMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected