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

Method set_current_indicator

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

Source from the content-addressed store, hash-verified

205}
206
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

Callers 3

create_word_underlineMethod · 0.45
remove_underlineMethod · 0.45
clear_all_underlinesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected