From c9869d1a1a442cfd6b06b8ff8dc392e64af666be Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 17 Dec 2000 12:01:49 +0000 Subject: Added Laurent's User List. --- src/ScintillaBase.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/ScintillaBase.h') diff --git a/src/ScintillaBase.h b/src/ScintillaBase.h index e630ba1aa..6abed9afe 100644 --- a/src/ScintillaBase.h +++ b/src/ScintillaBase.h @@ -30,6 +30,9 @@ protected: CallTip ct; + int listType; // 0 is an autocomplete list + SString userListSelected; // Receives listbox selected string + #ifdef SCI_LEXER int lexLanguage; PropSet props; -- cgit v1.2.3