MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / clearHighlights

Method clearHighlights

src/widgets/QuickFindWidget.cpp:325–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323}
324
325void QuickFindWidget::clearHighlights()
326{
327 editor->setIndicatorCurrent(indicator);
328 editor->indicatorClearRange(0, editor->length());
329}
330
331void QuickFindWidget::clearCachedMatches()
332{

Callers

nothing calls this directly

Calls 1

lengthMethod · 0.80

Tested by

no test coverage detected