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

Method CanRedo

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

Source from the content-addressed store, hash-verified

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) {
299 return cb.SetUndoCollection(collectUndo);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected