From 6ed3892e53bbad8ac5af2bfacecb773337a501f3 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 21 Aug 2000 12:28:18 +0000 Subject: Merging patches from Ferda and Jan. Autocompletion flags for ignoring case and automatically choosing single items. WM_PAINT handling with passed HDC. Events in Scintilla.iface. --- include/Scintilla.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/Scintilla.h') diff --git a/include/Scintilla.h b/include/Scintilla.h index 855b186d7..e1cf56a36 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -212,6 +212,10 @@ typedef long (*SciFnDirect)(long ptr, unsigned int iMessage, unsigned long wPara #define SCI_AUTOCSETCANCELATSTART SCI_START + 110 #define SCI_AUTOCGETCANCELATSTART SCI_START + 111 #define SCI_AUTOCSETFILLUPS SCI_START + 112 +#define SCI_AUTOCSETCHOOSESINGLE SCI_START + 113 +#define SCI_AUTOCGETCHOOSESINGLE SCI_START + 114 +#define SCI_AUTOCSETIGNORECASE SCI_START + 115 +#define SCI_AUTOCGETIGNORECASE SCI_START + 116 #define SCI_GETTABWIDTH SCI_START + 121 #define SCI_SETINDENT SCI_START + 122 -- cgit v1.2.3