| 368 | } |
| 369 | |
| 370 | void NppInterface::force_style_update(TextPosition from, TextPosition to) { send_msg_to_scintilla(SCI_COLOURISE, from, to); } |
| 371 | |
| 372 | std::vector<std::wstring> NppInterface::get_open_filenames_helper(int enum_val, int msg) const { |
| 373 |
no outgoing calls
no test coverage detected