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

Method AddUndoAction

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

Source from the content-addressed store, hash-verified

302 void BeginUndoAction() { cb.BeginUndoAction(); }
303 void EndUndoAction() { cb.EndUndoAction(); }
304 void AddUndoAction(int token, bool mayCoalesce) { cb.AddUndoAction(token, mayCoalesce); }
305 void SetSavePoint();
306 bool IsSavePoint() { return cb.IsSavePoint(); }
307 const char * SCI_METHOD BufferPointer() { return cb.BufferPointer(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected