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

Method ScintillaCommenter

src/ScintillaCommenter.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21#include "SelectionTracker.h"
22
23ScintillaCommenter::ScintillaCommenter(ScintillaNext *editor) :
24 editor(editor), st(editor), ua(editor)
25{
26}
27
28void ScintillaCommenter::toggleSelection()
29{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected