aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/AutoComplete.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-08-21 12:28:18 +0000
committernyamatongwe <devnull@localhost>2000-08-21 12:28:18 +0000
commit89ef99c7fdf9312d4c2f8b9e822a2060dc344ed7 (patch)
tree5000e0ba3f796393861c9f619bceaa09084be285 /src/AutoComplete.h
parent70df38949292f55cb3eb507c95d904770979ae15 (diff)
downloadscintilla-mirror-89ef99c7fdf9312d4c2f8b9e822a2060dc344ed7.tar.gz
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.
Diffstat (limited to 'src/AutoComplete.h')
-rw-r--r--src/AutoComplete.h1
1 files changed, 1 insertions, 0 deletions
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;