Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
void ScintillaCommenter::toggleSelection()
29
{
30
editor->forEachLineInSelection(editor->mainSelection(), [&](int line) {
31
toggleLine(line);
32
});
33
}
34
35
void ScintillaCommenter::commentSelection()
36
{
Callers
1
toggleCommentSelection
Method · 0.80
Calls
1
forEachLineInSelection
Method · 0.80
Tested by
no test coverage detected