MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / AddSelection

Method AddSelection

scintilla/src/Selection.cxx:297–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295}
296
297void Selection::AddSelection(SelectionRange range) {
298 TrimSelection(range);
299 ranges.push_back(range);
300 mainRange = ranges.size() - 1;
301}
302
303void Selection::AddSelectionWithoutTrim(SelectionRange range) {
304 ranges.push_back(range);

Callers 1

WndProcMethod · 0.80

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected