From 09972b3a179d7ea39ef6ce7e0474531797c549fb Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 11 Jun 2017 14:08:43 +1000 Subject: Implement SCN_AUTOCSELECTIONCHANGE notification. --- include/Scintilla.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Scintilla.h') diff --git a/include/Scintilla.h b/include/Scintilla.h index 58643a8d9..6f18af9a9 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -1102,6 +1102,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCN_FOCUSOUT 2029 #define SCN_AUTOCCOMPLETED 2030 #define SCN_MARGINRIGHTCLICK 2031 +#define SCN_AUTOCSELECTIONCHANGE 2032 /* --Autogenerated -- end of section automatically generated from Scintilla.iface */ /* These structures are defined to be exactly the same shape as the Win32 -- cgit v1.2.3