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. --- src/AutoComplete.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/AutoComplete.h') diff --git a/src/AutoComplete.h b/src/AutoComplete.h index 434679f93..c1789ad7b 100644 --- a/src/AutoComplete.h +++ b/src/AutoComplete.h @@ -13,6 +13,7 @@ class AutoComplete { char separator; public: bool ignoreCase; + bool chooseSingle; ListBox lb; int posStart; int startLen; -- cgit v1.2.3