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

Method CommitTentative

scintilla/src/Selection.cxx:318–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316}
317
318void Selection::CommitTentative() {
319 rangesSaved.clear();
320 tentativeMain = false;
321}
322
323int Selection::CharacterInSelection(int posCharacter) const {
324 for (size_t i=0; i<ranges.size(); i++) {

Callers 1

ButtonUpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected