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

Method remove_underline

src/core/SpellChecker.cpp:171–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171void SpellChecker::remove_underline(TextPosition start, TextPosition end) const {
172 m_editor.set_current_indicator(spell_check_indicator_id);
173 m_editor.indicator_clear_range(start, end);
174}
175
176TextPosition SpellChecker::prev_token_begin_in_document(TextPosition start) const {
177 TextPosition shift = 15;

Callers

nothing calls this directly

Calls 2

set_current_indicatorMethod · 0.45
indicator_clear_rangeMethod · 0.45

Tested by

no test coverage detected