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

Method recheck_visible

src/core/SpellChecker.cpp:444–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442}
443
444void SpellChecker::recheck_visible() {
445 if (!m_speller_container.active_speller().is_working()) {
446 clear_all_underlines();
447 return;
448 }
449
450 if (!SpellCheckerHelpers::is_spell_checking_needed_for_file(m_editor, m_settings))
451 return clear_all_underlines();
452
453 check_visible();
454}
455
456std::wstring SpellChecker::get_all_misspellings_as_string() const {
457 ACTIVE_VIEW_BLOCK(m_editor);

Callers 4

recheck_visibleFunction · 0.80
edit_recheck_callbackFunction · 0.80
scroll_recheck_callbackFunction · 0.80
beNotifiedFunction · 0.80

Calls 2

is_workingMethod · 0.45

Tested by

no test coverage detected