aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ScintillaBase.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2000-12-17 12:01:49 +0000
committernyamatongwe <unknown>2000-12-17 12:01:49 +0000
commit0b9e497d77f701de5fe20c7e2f80627f77ab1271 (patch)
tree2dd7176c01805d6c4602792085d3536afdf7f618 /src/ScintillaBase.h
parenta973ff01b2cec63a6d7245e9a004dd8af9fa9193 (diff)
downloadscintilla-mirror-0b9e497d77f701de5fe20c7e2f80627f77ab1271.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;