From 5068b02e1f2ef2c0e05063498b01fb36d4f4a57c Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 26 Jul 2007 07:28:36 +0000 Subject: Added notification for changing line state and use it to redraw if a line state change overruns the end of painting. --- include/Scintilla.iface | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/Scintilla.iface') diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 8e2910cb9..fde3335fe 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1857,7 +1857,8 @@ val SC_MOD_BEFOREDELETE=0x800 val SC_MULTILINEUNDOREDO=0x1000 val SC_STARTACTION=0x2000 val SC_MOD_CHANGEINDICATOR=0x4000 -val SC_MODEVENTMASKALL=0x6FFF +val SC_MOD_CHANGELINESTATE=0x8000 +val SC_MODEVENTMASKALL=0xFFFF # 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