diff options
author | nyamatongwe <devnull@localhost> | 2009-01-02 07:34:52 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2009-01-02 07:34:52 +0000 |
commit | 84f0affe6ab0a7fad2c03ec0d653b01f63ca3813 (patch) | |
tree | a8ba7fc5027ba39b278dab36a2450156e0ae082a /include/Scintilla.h | |
parent | 2f6cb0e25c35daf753a07b661482b4be81a6222c (diff) | |
download | scintilla-mirror-84f0affe6ab0a7fad2c03ec0d653b01f63ca3813.tar.gz |
Notification for deleting a character while an autocompletion is active.
By Sergey Kishchenko.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r-- | include/Scintilla.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |