Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
325
void QuickFindWidget::clearHighlights()
326
{
327
editor->setIndicatorCurrent(indicator);
328
editor->indicatorClearRange(0, editor->length());
329
}
330
331
void QuickFindWidget::clearCachedMatches()
332
{
Callers
nothing calls this directly
Calls
1
length
Method · 0.80
Tested by
no test coverage detected