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