aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2006-10-17 00:32:34 +0000
committernyamatongwe <devnull@localhost>2006-10-17 00:32:34 +0000
commit74fa155b951cf1affd9f941460e6f4bca456abbf (patch)
tree8df7c305d4f7536b2fe3bb1756449ceb11a4efe4 /include/Scintilla.iface
parentf218144a4c193e1408b2901055a134d42a29ad1b (diff)
downloadscintilla-mirror-74fa155b951cf1affd9f941460e6f4bca456abbf.tar.gz
Armel Asselin contributed a feature that adds the flag SC_STARTACTION to
modification notifications where the modification is the first step of an undo transaction. This is used to synchronize with the container's undo stack.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 78e62b8ce..b9ff854e0 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1728,7 +1728,8 @@ val SC_MOD_CHANGEMARKER=0x200
val SC_MOD_BEFOREINSERT=0x400
val SC_MOD_BEFOREDELETE=0x800
val SC_MULTILINEUNDOREDO=0x1000
-val SC_MODEVENTMASKALL=0x1FFF
+val SC_STARTACTION=0x2000
+val SC_MODEVENTMASKALL=0x2FFF
# For compatibility, these go through the COMMAND notification rather than NOTIFY
# and should have had exactly the same values as the EN_* constants.