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