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

Method EndUndoAction

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

Source from the content-addressed store, hash-verified

301 bool IsCollectingUndo() { return cb.IsCollectingUndo(); }
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(); }

Callers 1

~UndoGroupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected