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

Function recheck_visible

src/plugin/Plugin.cpp:255–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253void start_language_list() { lang_list_instance->do_dialog(); }
254
255void 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
261void find_next_mistake() { spell_checker->find_next_mistake(); }
262

Callers 3

beNotifiedFunction · 0.85

Calls 3

print_to_logFunction · 0.85
recheck_visibleMethod · 0.80
get_editor_hwndMethod · 0.45

Tested by

no test coverage detected