MCPcopy 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
549void ScintillaNext::uncommentLineSelection()
550{
551 ScintillaCommenter sc(this);
552 sc.uncommentSelection();
553}
554
555void ScintillaNext::removeDuplicateLines()
556{

Callers 1

MainWindowMethod · 0.80

Calls 1

uncommentSelectionMethod · 0.80

Tested by

no test coverage detected