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

Method SetUndoCollection

scintilla/src/CellBuffer.cxx:704–708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

702}
703
704bool CellBuffer::SetUndoCollection(bool collectUndo) {
705 collectingUndo = collectUndo;
706 uh.DropUndoSequence();
707 return collectingUndo;
708}
709
710bool CellBuffer::IsCollectingUndo() const {
711 return collectingUndo;

Callers 1

WndProcMethod · 0.45

Calls 1

DropUndoSequenceMethod · 0.80

Tested by

no test coverage detected