MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / toggleSelection

Method toggleSelection

src/ScintillaCommenter.cpp:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28void ScintillaCommenter::toggleSelection()
29{
30 editor->forEachLineInSelection(editor->mainSelection(), [&](int line) {
31 toggleLine(line);
32 });
33}
34
35void ScintillaCommenter::commentSelection()
36{

Callers 1

Calls 1

Tested by

no test coverage detected