aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPNarrowDownCompletion.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-04-07 16:04:35 +0000
committerBibiko <bibiko@eva.mpg.de>2010-04-07 16:04:35 +0000
commitc58984f7fb82a089bdc508f0bdf7dc6df89cb979 (patch)
treea38500ce609ad7f363202779ffec2d43d29b84e1 /Source/SPNarrowDownCompletion.h
parentb5ade8a12cea34738d89508cb04d0cdfaf1174a9 (diff)
downloadsequelpro-c58984f7fb82a089bdc508f0bdf7dc6df89cb979.tar.gz
sequelpro-c58984f7fb82a089bdc508f0bdf7dc6df89cb979.tar.bz2
sequelpro-c58984f7fb82a089bdc508f0bdf7dc6df89cb979.zip
Tried to fine-tune the auto-completion behaviour esp. for automatically inserted suggestions and increased the minimum auto-complete delay to 0.5s since below that a fight between computer speed and user typing speed could occur.
This addresses i625.
Diffstat (limited to 'Source/SPNarrowDownCompletion.h')
-rw-r--r--Source/SPNarrowDownCompletion.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPNarrowDownCompletion.h b/Source/SPNarrowDownCompletion.h
index fc8bd942..032aef24 100644
--- a/Source/SPNarrowDownCompletion.h
+++ b/Source/SPNarrowDownCompletion.h
@@ -50,6 +50,8 @@
BOOL autoCompletionMode;
BOOL oneColumnMode;
BOOL isQueryingDatabaseStructure;
+ BOOL commonPrefixWasInsertedByAutoComplete;
+ NSMutableString *originalFilterString;
NSInteger backtickMode;
NSFont *tableFont;
NSRange theCharRange;