Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dail8859/NotepadNext
/ toggleCommentSelection
Method
toggleCommentSelection
src/ScintillaNext.cpp:537–541 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
535
}
536
537
void ScintillaNext::toggleCommentSelection()
538
{
539
ScintillaCommenter sc(this);
540
sc.toggleSelection();
541
}
542
543
void ScintillaNext::commentLineSelection()
544
{
Callers
1
MainWindow
Method · 0.80
Calls
1
toggleSelection
Method · 0.80
Tested by
no test coverage detected