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

Method get_active_document_length

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

Source from the content-addressed store, hash-verified

352int NppInterface::get_style_at(TextPosition position) const { return static_cast<int>(send_msg_to_scintilla(SCI_GETSTYLEAT, position)); }
353
354TextPosition NppInterface::get_active_document_length() const { return send_msg_to_scintilla(SCI_GETLENGTH); }
355
356std::string NppInterface::get_text_range(TextPosition from, TextPosition to) const {
357 if (from > to) {

Callers 5

find_next_mistakeMethod · 0.45
find_prev_mistakeMethod · 0.45
get_visible_textMethod · 0.45
clear_all_underlinesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected