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

Method highlightMatches

src/widgets/QuickFindWidget.cpp:143–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143void QuickFindWidget::highlightMatches()
144{
145 qInfo(Q_FUNC_INFO);
146
147 editor->setIndicatorCurrent(indicator);
148 for (const auto &range : matches) {
149 editor->indicatorFillRange(range.first, range.second - range.first);
150 }
151}
152
153void QuickFindWidget::showWrapIndicator()
154{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected