Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dail8859/NotepadNext
/ restoreSelection
Method
restoreSelection
src/SelectionTracker.cpp:40–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
void SelectionTracker::restoreSelection()
41
{
42
editor->setSelection(caret, anchor);
43
}
44
45
void SelectionTracker::trackInsertion(int pos, int length)
46
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected