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

Method commentSelection

src/ScintillaCommenter.cpp:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void ScintillaCommenter::commentSelection()
36{
37 editor->forEachLineInSelection(editor->mainSelection(), [&](int line) {
38 commentLine(line);
39 });
40}
41
42void ScintillaCommenter::uncommentSelection()
43{

Callers 1

commentLineSelectionMethod · 0.80

Calls 1

Tested by

no test coverage detected