Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProgerXP/Notepad2e
/ RangesCopy
Method
RangesCopy
scintilla/src/Selection.h:179–181 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
177
void RotateMain();
178
bool Tentative() const { return tentativeMain; }
179
std::vector<SelectionRange> RangesCopy() const {
180
return ranges;
181
}
182
};
183
184
#ifdef SCI_NAMESPACE
Callers
1
CopySelectionRange
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected