aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/ScintillaMessages.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ScintillaMessages.h')
-rw-r--r--include/ScintillaMessages.h16
1 files changed, 9 insertions, 7 deletions
diff --git a/include/ScintillaMessages.h b/include/ScintillaMessages.h
index 5cff5ed26..a00ed44b4 100644
--- a/include/ScintillaMessages.h
+++ b/include/ScintillaMessages.h
@@ -174,15 +174,17 @@ enum class Message {
GetUndoActions = 2790,
SetUndoSavePoint = 2791,
GetUndoSavePoint = 2792,
- SetUndoCurrent = 2793,
- GetUndoCurrent = 2794,
+ SetUndoDetach = 2793,
+ GetUndoDetach = 2794,
SetUndoTentative = 2795,
GetUndoTentative = 2796,
- PushUndoActionType = 2797,
- ChangeLastUndoActionText = 2798,
- GetUndoActionType = 2799,
- GetUndoActionPosition = 2800,
- GetUndoActionText = 2801,
+ SetUndoCurrent = 2797,
+ GetUndoCurrent = 2798,
+ PushUndoActionType = 2800,
+ ChangeLastUndoActionText = 2801,
+ GetUndoActionType = 2802,
+ GetUndoActionPosition = 2803,
+ GetUndoActionText = 2804,
IndicSetStyle = 2080,
IndicGetStyle = 2081,
IndicSetFore = 2082,