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

Method create_word_underline

src/core/SpellChecker.cpp:166–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166void SpellChecker::create_word_underline(TextPosition start, TextPosition end) const {
167 m_editor.set_current_indicator(spell_check_indicator_id);
168 m_editor.indicator_fill_range(start, end);
169}
170
171void SpellChecker::remove_underline(TextPosition start, TextPosition end) const {
172 m_editor.set_current_indicator(spell_check_indicator_id);

Callers

nothing calls this directly

Calls 2

set_current_indicatorMethod · 0.45
indicator_fill_rangeMethod · 0.45

Tested by

no test coverage detected