aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2009-04-19 09:38:40 +0000
committernyamatongwe <devnull@localhost>2009-04-19 09:38:40 +0000
commita2dd18ee2dd2d4279b02569172e0c111b9b96c9a (patch)
tree4dab662fa7dea25f6329508715bbde47f4f1bd31 /include/Scintilla.iface
parent11b81e9bcf0fcb2113d4994ca77ede2155283bfb (diff)
downloadscintilla-mirror-a2dd18ee2dd2d4279b02569172e0c111b9b96c9a.tar.gz
Added UNDO_MAY_COALESCE flag to AddUndoAction.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index e51e9274c..87783ccc0 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1902,8 +1902,10 @@ set void AnnotationSetStyleOffset=2550(int style,)
# Get the start of the range of style numbers used for annotations
get int AnnotationGetStyleOffset=2551(,)
+val UNDO_MAY_COALESCE=1
+
# Add a container action to the undo stack
-fun void AddUndoAction=2560(int token,)
+fun void AddUndoAction=2560(int token, int flags)
# Start notifying the container of all key presses and commands.
fun void StartRecord=3001(,)