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

Method BeginUndoAction

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

Source from the content-addressed store, hash-verified

300 }
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();

Callers 1

UndoGroupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected