aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h16
1 files changed, 9 insertions, 7 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index be537abad..4ea264d8e 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -342,15 +342,17 @@ typedef sptr_t (*SciFnDirectStatus)(sptr_t ptr, unsigned int iMessage, uptr_t wP
#define SCI_GETUNDOACTIONS 2790
#define SCI_SETUNDOSAVEPOINT 2791
#define SCI_GETUNDOSAVEPOINT 2792
-#define SCI_SETUNDOCURRENT 2793
-#define SCI_GETUNDOCURRENT 2794
+#define SCI_SETUNDODETACH 2793
+#define SCI_GETUNDODETACH 2794
#define SCI_SETUNDOTENTATIVE 2795
#define SCI_GETUNDOTENTATIVE 2796
-#define SCI_PUSHUNDOACTIONTYPE 2797
-#define SCI_CHANGELASTUNDOACTIONTEXT 2798
-#define SCI_GETUNDOACTIONTYPE 2799
-#define SCI_GETUNDOACTIONPOSITION 2800
-#define SCI_GETUNDOACTIONTEXT 2801
+#define SCI_SETUNDOCURRENT 2797
+#define SCI_GETUNDOCURRENT 2798
+#define SCI_PUSHUNDOACTIONTYPE 2800
+#define SCI_CHANGELASTUNDOACTIONTEXT 2801
+#define SCI_GETUNDOACTIONTYPE 2802
+#define SCI_GETUNDOACTIONPOSITION 2803
+#define SCI_GETUNDOACTIONTEXT 2804
#define INDIC_PLAIN 0
#define INDIC_SQUIGGLE 1
#define INDIC_TT 2