From e99c07091ec1cebc855bcda42426286872d3a667 Mon Sep 17 00:00:00 2001 From: John Ehresman Date: Sat, 2 Mar 2024 16:58:47 +1100 Subject: Feature [feature-requests:#1511] Add mayCoalesce argument to BeginUndoAction. --- src/CellBuffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/CellBuffer.h') diff --git a/src/CellBuffer.h b/src/CellBuffer.h index 1c598480f..3a72601a6 100644 --- a/src/CellBuffer.h +++ b/src/CellBuffer.h @@ -164,7 +164,7 @@ public: bool SetUndoCollection(bool collectUndo) noexcept; bool IsCollectingUndo() const noexcept; - void BeginUndoAction() noexcept; + void BeginUndoAction(bool mayCoalesce=false) noexcept; void EndUndoAction() noexcept; void AddUndoAction(Sci::Position token, bool mayCoalesce); void DeleteUndoHistory() noexcept; -- cgit v1.2.3