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

Method set_indicator_style

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

Source from the content-addressed store, hash-verified

197void NppInterface::replace_selection(const char *str) { send_msg_to_scintilla(SCI_REPLACESEL, 0, reinterpret_cast<LPARAM>(str)); }
198
199void NppInterface::set_indicator_style(int indicator_index, int style) {
200 send_msg_to_scintilla(SCI_INDICSETSTYLE, indicator_index, style);
201}
202
203void NppInterface::set_indicator_foreground(int indicator_index, int style) {
204 send_msg_to_scintilla(SCI_INDICSETFORE, indicator_index, style);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected