MCPcopy 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
543void ScintillaNext::commentLineSelection()
544{
545 ScintillaCommenter sc(this);
546 sc.commentSelection();
547}
548
549void ScintillaNext::uncommentLineSelection()
550{

Callers 1

MainWindowMethod · 0.80

Calls 1

commentSelectionMethod · 0.80

Tested by

no test coverage detected