| 21 | #include "SelectionTracker.h" |
| 22 | |
| 23 | ScintillaCommenter::ScintillaCommenter(ScintillaNext *editor) : |
| 24 | editor(editor), st(editor), ua(editor) |
| 25 | { |
| 26 | } |
| 27 | |
| 28 | void ScintillaCommenter::toggleSelection() |
| 29 | { |
nothing calls this directly
no outgoing calls
no test coverage detected