aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPNarrowDownCompletion.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-01-20 12:11:09 +0000
committerBibiko <bibiko@eva.mpg.de>2010-01-20 12:11:09 +0000
commit38ed0a7356c24b2113e157fbec26004100b5f1e9 (patch)
tree5432a521262d0cd01ce25b12f5306b8234e8f81b /Source/SPNarrowDownCompletion.h
parent4be3b84999e8ea31d47f3ec6b6926d1f13ec2ccf (diff)
downloadsequelpro-38ed0a7356c24b2113e157fbec26004100b5f1e9.tar.gz
sequelpro-38ed0a7356c24b2113e157fbec26004100b5f1e9.tar.bz2
sequelpro-38ed0a7356c24b2113e157fbec26004100b5f1e9.zip
• completion
- auto-completes the common prefix of all suggestions - makes typing much more faster - “ ” as allowed character to be typed for narrow-down the list is set automatically if at least one suggestion contains a “ ” - fixed two tiny memory leaks - fixed detecting db/table/field names containing ` as char - removed ⇥ binding to complete the common prefix since it's done automatically
Diffstat (limited to 'Source/SPNarrowDownCompletion.h')
-rw-r--r--Source/SPNarrowDownCompletion.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPNarrowDownCompletion.h b/Source/SPNarrowDownCompletion.h
index d442b00f..06f9264a 100644
--- a/Source/SPNarrowDownCompletion.h
+++ b/Source/SPNarrowDownCompletion.h
@@ -64,5 +64,6 @@
backtickMode:(NSInteger)theBackTickMode withDbName:(NSString*)dbName withTableName:(NSString*)tableName selectedDb:(NSString*)selectedDb;
- (void)setCaretPos:(NSPoint)aPos;
- (void)insert_text:(NSString* )aString;
+- (void)insertCommonPrefix;
@end