| 253 | void start_language_list() { lang_list_instance->do_dialog(); } |
| 254 | |
| 255 | void recheck_visible() { |
| 256 | print_to_log(L"recheck_visible ()", npp->get_editor_hwnd()); |
| 257 | ACTIVE_VIEW_BLOCK(npp_interface()); |
| 258 | spell_checker->recheck_visible(); |
| 259 | } |
| 260 | |
| 261 | void find_next_mistake() { spell_checker->find_next_mistake(); } |
| 262 |
no test coverage detected