aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/UndoHistory.h
diff options
context:
space:
mode:
authorJohn Ehresman <unknown>2024-03-02 16:58:47 +1100
committerJohn Ehresman <unknown>2024-03-02 16:58:47 +1100
commite99c07091ec1cebc855bcda42426286872d3a667 (patch)
tree8ff2d1252c2d262393fa5f53a54e50eb97510aa1 /src/UndoHistory.h
parent899913225fe6cc67b30be125ef222ce93b87eb22 (diff)
downloadscintilla-mirror-e99c07091ec1cebc855bcda42426286872d3a667.tar.gz
Feature [feature-requests:#1511] Add mayCoalesce argument to BeginUndoAction.
Diffstat (limited to 'src/UndoHistory.h')
-rw-r--r--src/UndoHistory.h2
1 files changed, 1 insertions, 1 deletions
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;