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

Method indicator_fill_range

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

Source from the content-addressed store, hash-verified

207void NppInterface::set_current_indicator(int indicator_index) { post_msg_to_scintilla(SCI_SETINDICATORCURRENT, indicator_index); }
208
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

Callers 1

create_word_underlineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected