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

Method CanUndo

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

Source from the content-addressed store, hash-verified

293 int Undo();
294 int Redo();
295 bool CanUndo() { return cb.CanUndo(); }
296 bool CanRedo() { return cb.CanRedo(); }
297 void DeleteUndoHistory() { cb.DeleteUndoHistory(); }
298 bool SetUndoCollection(bool collectUndo) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected