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

Method indicator_clear_range

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

Source from the content-addressed store, hash-verified

209void NppInterface::indicator_fill_range(TextPosition from, TextPosition to) { post_msg_to_scintilla(SCI_INDICATORFILLRANGE, from, to - from); }
210
211void NppInterface::indicator_clear_range(TextPosition from, TextPosition to) { post_msg_to_scintilla(SCI_INDICATORCLEARRANGE, from, to - from); }
212
213TextPosition NppInterface::get_first_visible_line() const { return send_msg_to_scintilla(SCI_GETFIRSTVISIBLELINE); }
214

Callers 2

remove_underlineMethod · 0.45
clear_all_underlinesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected