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

Method isURL

src/decorators/URLFinder.cpp:161–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161bool URLFinder::isURL(int position) const
162{
163 const int indicators = editor->indicatorAllOnFor(position);
164 return indicators & (1 << indicator);
165}
166
167void URLFinder::copyURLToClipboard(int position) const
168{

Callers 1

addEditorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected