From 9d349f528c551ffbc8637cdbc1c608a1a6ac1683 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 2 Jan 2009 07:34:52 +0000 Subject: Notification for deleting a character while an autocompletion is active. By Sergey Kishchenko. --- include/Scintilla.h | 1 + include/Scintilla.iface | 1 + 2 files changed, 2 insertions(+) (limited to 'include') diff --git a/include/Scintilla.h b/include/Scintilla.h index 7dca10ae4..2b2f28d5a 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -754,6 +754,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCN_INDICATORCLICK 2023 #define SCN_INDICATORRELEASE 2024 #define SCN_AUTOCCANCELLED 2025 +#define SCN_AUTOCCHARDELETED 2026 //--Autogenerated -- end of section automatically generated from Scintilla.iface // These structures are defined to be exactly the same shape as the Win32 diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 76e46e9db..35884456b 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -3426,6 +3426,7 @@ evt void AutoCSelection=2022(string text) evt void IndicatorClick=2023(int modifiers, int position) evt void IndicatorRelease=2024(int modifiers, int position) evt void AutoCCancelled=2025(void) +evt void AutoCCharDeleted=2026(void) cat Deprecated -- cgit v1.2.3