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

Method is_line_visible

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

Source from the content-addressed store, hash-verified

175}
176
177bool NppInterface::is_line_visible(TextPosition line) const {
178 return send_msg_to_scintilla(SCI_GETLINEVISIBLE, line);
179}
180
181TextPosition NppInterface::find_next(TextPosition from_position, const char *needle) {
182 Sci_TextToFind ttf;

Callers 1

get_visible_textMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected