From 74fa155b951cf1affd9f941460e6f4bca456abbf Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 17 Oct 2006 00:32:34 +0000 Subject: 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. --- include/Scintilla.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/Scintilla.h') diff --git a/include/Scintilla.h b/include/Scintilla.h index 07469b47a..21bcbf490 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -647,7 +647,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SC_MOD_BEFOREINSERT 0x400 #define SC_MOD_BEFOREDELETE 0x800 #define SC_MULTILINEUNDOREDO 0x1000 -#define SC_MODEVENTMASKALL 0x1FFF +#define SC_STARTACTION 0x2000 +#define SC_MODEVENTMASKALL 0x2FFF #define SCEN_CHANGE 768 #define SCEN_SETFOCUS 512 #define SCEN_KILLFOCUS 256 -- cgit v1.2.3