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

Function edit_recheck_callback

src/plugin/Plugin.cpp:671–679  ·  view source on GitHub ↗

For now doesn't look like there is such a need in check modified, but code stays until thorough testing

Source from the content-addressed store, hash-verified

669// For now doesn't look like there is such a need in check modified, but code
670// stays until thorough testing
671void WINAPI edit_recheck_callback() {
672 edit_recheck_timer->stop_timer();
673
674 ACTIVE_VIEW_BLOCK(npp_interface());
675 spell_checker->recheck_visible();
676 if (!first_restyle)
677 restyling_caused_recheck_was_done = true;
678 first_restyle = false;
679}
680
681void WINAPI scroll_recheck_callback() {
682 scroll_recheck_timer->stop_timer();

Callers

nothing calls this directly

Calls 2

stop_timerMethod · 0.80
recheck_visibleMethod · 0.80

Tested by

no test coverage detected