Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dail8859/NotepadNext
/ offset
Method
offset
src/decorators/BetterMultiSelection.cpp:37–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
int length() const { return end() - start(); }
36
void set(int pos) { anchor = caret = pos; }
37
void offset(int offset) { anchor += offset; caret += offset; }
38
};
39
40
template<typename It>
Callers
1
EditSelections
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected