From 89db940cd0d6f3a2da913bc0098c777c5c7c50ee Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 4 Apr 2009 23:00:39 +0000 Subject: Added AddUndoAction call for adding application actions into undo stack. --- include/Scintilla.iface | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'include/Scintilla.iface') diff --git a/include/Scintilla.iface b/include/Scintilla.iface index ed31a803e..426a2c886 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1832,6 +1832,9 @@ get int GetExtraDescent=2528(,) # Which symbol was defined for markerNumber with MarkerDefine fun int MarkerSymbolDefined=2529(int markerNumber,) +# Add a container action to the undo stack +fun void AddUndoAction=2560(int token,) + # Start notifying the container of all key presses and commands. fun void StartRecord=3001(,) @@ -1897,7 +1900,9 @@ val SC_MULTILINEUNDOREDO=0x1000 val SC_STARTACTION=0x2000 val SC_MOD_CHANGEINDICATOR=0x4000 val SC_MOD_CHANGELINESTATE=0x8000 -val SC_MODEVENTMASKALL=0xFFFF + +val SC_MOD_CONTAINER=0x40000 +val SC_MODEVENTMASKALL=0x7FFFF # For compatibility, these go through the COMMAND notification rather than NOTIFY # and should have had exactly the same values as the EN_* constants. -- cgit v1.2.3