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

Method uncommentSelection

src/ScintillaCommenter.cpp:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void ScintillaCommenter::uncommentSelection()
43{
44 editor->forEachLineInSelection(editor->mainSelection(), [&](int line) {
45 uncommentLine(line);
46 });
47}
48
49void ScintillaCommenter::toggleLine(int line)
50{

Callers 1

Calls 1

Tested by

no test coverage detected