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

Method DeleteUndoHistory

scintilla/src/Document.h:297–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295 bool CanUndo() { return cb.CanUndo(); }
296 bool CanRedo() { return cb.CanRedo(); }
297 void DeleteUndoHistory() { cb.DeleteUndoHistory(); }
298 bool SetUndoCollection(bool collectUndo) {
299 return cb.SetUndoCollection(collectUndo);
300 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected