aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface24
1 files changed, 15 insertions, 9 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index dd7495a6f..9f5b5a054 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -842,11 +842,11 @@ set void SetUndoSavePoint=2791(int action,)
# Which action is the save point?
get int GetUndoSavePoint=2792(,)
-# Set action as the current point
-set void SetUndoCurrent=2793(int action,)
+# Set action as the detach point
+set void SetUndoDetach=2793(int action,)
-# Which action is the current point?
-get int GetUndoCurrent=2794(,)
+# Which action is the detach point?
+get int GetUndoDetach=2794(,)
# Set action as the tentative point
set void SetUndoTentative=2795(int action,)
@@ -854,20 +854,26 @@ set void SetUndoTentative=2795(int action,)
# Which action is the tentative point?
get int GetUndoTentative=2796(,)
+# Set action as the current point
+set void SetUndoCurrent=2797(int action,)
+
+# Which action is the current point?
+get int GetUndoCurrent=2798(,)
+
# Push one action onto undo history with no text
-fun void PushUndoActionType=2797(int type, position pos)
+fun void PushUndoActionType=2800(int type, position pos)
# Set the text and length of the most recently pushed action
-fun void ChangeLastUndoActionText=2798(position length, string text)
+fun void ChangeLastUndoActionText=2801(position length, string text)
# What is the type of an action?
-get int GetUndoActionType=2799(int action,)
+get int GetUndoActionType=2802(int action,)
# What is the position of an action?
-get position GetUndoActionPosition=2800(int action,)
+get position GetUndoActionPosition=2803(int action,)
# What is the text of an action?
-get int GetUndoActionText=2801(int action, stringresult text)
+get int GetUndoActionText=2804(int action, stringresult text)
# Indicator style enumeration and some constants
enu IndicatorStyle=INDIC_