Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
318
void Selection::CommitTentative() {
319
rangesSaved.clear();
320
tentativeMain = false;
321
}
322
323
int Selection::CharacterInSelection(int posCharacter) const {
324
for (size_t i=0; i<ranges.size(); i++) {
Callers
1
ButtonUp
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected