MCPcopy 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
537void ScintillaNext::toggleCommentSelection()
538{
539 ScintillaCommenter sc(this);
540 sc.toggleSelection();
541}
542
543void ScintillaNext::commentLineSelection()
544{

Callers 1

MainWindowMethod · 0.80

Calls 1

toggleSelectionMethod · 0.80

Tested by

no test coverage detected