| 205 | } |
| 206 | |
| 207 | void NppInterface::set_current_indicator(int indicator_index) { post_msg_to_scintilla(SCI_SETINDICATORCURRENT, indicator_index); } |
| 208 | |
| 209 | void NppInterface::indicator_fill_range(TextPosition from, TextPosition to) { post_msg_to_scintilla(SCI_INDICATORFILLRANGE, from, to - from); } |
| 210 |
no outgoing calls
no test coverage detected