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

Method SetMoveExtends

scintilla/src/Selection.cxx:237–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237void Selection::SetMoveExtends(bool moveExtends_) {
238 moveExtends = moveExtends_;
239}
240
241bool Selection::Empty() const {
242 for (size_t i=0; i<ranges.size(); i++) {

Callers 3

CancelModesMethod · 0.80
ButtonDownMethod · 0.80
WndProcMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected