Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dail8859/NotepadNext
/ clearURLs
Method
clearURLs
src/decorators/URLFinder.cpp:115–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
}
114
115
void URLFinder::clearURLs()
116
{
117
editor->setIndicatorCurrent(indicator);
118
editor->indicatorClearRange(0, editor->length());
119
}
120
121
void URLFinder::notify(const Scintilla::NotificationData *pscn)
122
{
Callers
nothing calls this directly
Calls
1
length
Method · 0.80
Tested by
no test coverage detected