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/UndoHistory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/UndoHistory.h') diff --git a/src/UndoHistory.h b/src/UndoHistory.h index 8de636f8d..8d39a908d 100644 --- a/src/UndoHistory.h +++ b/src/UndoHistory.h @@ -97,7 +97,7 @@ public: const char *AppendAction(ActionType at, Sci::Position position, const char *data, Sci::Position lengthData, bool &startSequence, bool mayCoalesce=true); - void BeginUndoAction() noexcept; + void BeginUndoAction(bool mayCoalesce=false) noexcept; void EndUndoAction() noexcept; void DropUndoSequence() noexcept; void DeleteUndoHistory() noexcept; -- cgit v1.2.3