| 201 | } |
| 202 | |
| 203 | void NppInterface::set_indicator_foreground(int indicator_index, int style) { |
| 204 | send_msg_to_scintilla(SCI_INDICSETFORE, indicator_index, style); |
| 205 | } |
| 206 | |
| 207 | void NppInterface::set_current_indicator(int indicator_index) { post_msg_to_scintilla(SCI_SETINDICATORCURRENT, indicator_index); } |
| 208 |
no outgoing calls
no test coverage detected