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

Method get_lines_on_screen

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

Source from the content-addressed store, hash-verified

213TextPosition NppInterface::get_first_visible_line() const { return send_msg_to_scintilla(SCI_GETFIRSTVISIBLELINE); }
214
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);

Callers 1

get_visible_textMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected