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

Method End

scintilla/src/Selection.h:125–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 return (anchor < caret) ? anchor : caret;
124 }
125 SelectionPosition End() const {
126 return (anchor < caret) ? caret : anchor;
127 }
128 bool Trim(SelectionRange range);
129 // If range is all virtual collapse to start of virtual space
130 void MinimizeVirtualSpace();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected