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

Function update_on_visible_area_changed

src/plugin/Plugin.cpp:722–726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

720}
721
722void update_on_visible_area_changed() {
723 if (!is_any_timer_active() && scroll_recheck_timer) {
724 scroll_recheck_timer->set_resolution(std::chrono::milliseconds(scroll_recheck_timer_resolution));
725 }
726}
727
728// ReSharper disable once CppInconsistentNaming
729extern "C" __declspec(dllexport) void beNotified(SCNotification *notify_code) {

Callers 1

beNotifiedFunction · 0.85

Calls 2

is_any_timer_activeFunction · 0.85
set_resolutionMethod · 0.80

Tested by

no test coverage detected