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

Method AddSelectionWithoutTrim

scintilla/src/Selection.cxx:303–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301}
302
303void Selection::AddSelectionWithoutTrim(SelectionRange range) {
304 ranges.push_back(range);
305 mainRange = ranges.size() - 1;
306}
307
308void Selection::TentativeSelection(SelectionRange range) {
309 if (!tentativeMain) {

Callers 1

SetRectangularRangeMethod · 0.80

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected