From bbf8cac83a0fbba3b68a17d119a559ecd521997a Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 19 Apr 2009 09:38:40 +0000 Subject: Added UNDO_MAY_COALESCE flag to AddUndoAction. --- include/Scintilla.iface | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/Scintilla.iface') 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(,) -- cgit v1.2.3