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

Method saveSelection

src/SelectionTracker.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void SelectionTracker::saveSelection()
35{
36 caret = editor->selectionNCaret(editor->mainSelection());
37 anchor = editor->selectionNAnchor(editor->mainSelection());
38}
39
40void SelectionTracker::restoreSelection()
41{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected