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

Function scroll_recheck_callback

src/plugin/Plugin.cpp:681–689  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

679}
680
681void WINAPI scroll_recheck_callback() {
682 scroll_recheck_timer->stop_timer();
683
684 ACTIVE_VIEW_BLOCK(npp_interface());
685 spell_checker->recheck_visible();
686 if (!first_restyle)
687 restyling_caused_recheck_was_done = true;
688 first_restyle = false;
689}
690
691std::wstring_view rc_str_view(UINT string_id) {
692 const wchar_t *ret = nullptr;

Callers

nothing calls this directly

Calls 2

stop_timerMethod · 0.80
recheck_visibleMethod · 0.80

Tested by

no test coverage detected