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

Method Extend

scintilla/src/Selection.h:77–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 return start == end;
76 }
77 void Extend(SelectionPosition p) {
78 if (start > p)
79 start = p;
80 if (end < p)
81 end = p;
82 }
83};
84
85struct SelectionRange {

Callers 1

LimitsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected