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

Method set_indicator_foreground

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

Source from the content-addressed store, hash-verified

201}
202
203void NppInterface::set_indicator_foreground(int indicator_index, int style) {
204 send_msg_to_scintilla(SCI_INDICSETFORE, indicator_index, style);
205}
206
207void NppInterface::set_current_indicator(int indicator_index) { post_msg_to_scintilla(SCI_SETINDICATORCURRENT, indicator_index); }
208

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected