aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ScintillaBase.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-12-17 12:01:49 +0000
committernyamatongwe <devnull@localhost>2000-12-17 12:01:49 +0000
commitc9869d1a1a442cfd6b06b8ff8dc392e64af666be (patch)
tree2dd7176c01805d6c4602792085d3536afdf7f618 /src/ScintillaBase.h
parent277b10f2d35e82d8599f2faf3b82acc5f5aef7e2 (diff)
downloadscintilla-mirror-c9869d1a1a442cfd6b06b8ff8dc392e64af666be.tar.gz
Added Laurent's User List.
Diffstat (limited to 'src/ScintillaBase.h')
-rw-r--r--src/ScintillaBase.h3
1 files changed, 3 insertions, 0 deletions
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;