aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TablesList.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-03-09 09:39:34 +0000
committerBibiko <bibiko@eva.mpg.de>2010-03-09 09:39:34 +0000
commita896123760846a4e38c5061f335056ca8658d013 (patch)
tree57dcbde9cb2c8ebf76601fd8e7124d2ab21390f6 /Source/TablesList.h
parentaa0a178df3316777c001c59e03c534cfa537b365 (diff)
downloadsequelpro-a896123760846a4e38c5061f335056ca8658d013.tar.gz
sequelpro-a896123760846a4e38c5061f335056ca8658d013.tar.bz2
sequelpro-a896123760846a4e38c5061f335056ca8658d013.zip
• improved tooltip behaviour of SPNarrowDownCompletion's tableView
• added "Filter Tables…" ^⌥⌘F" to main menu > Table which sets the focus to TablesList's search field if visible
Diffstat (limited to 'Source/TablesList.h')
-rw-r--r--Source/TablesList.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/TablesList.h b/Source/TablesList.h
index aa87dbe0..acdd28c7 100644
--- a/Source/TablesList.h
+++ b/Source/TablesList.h
@@ -124,6 +124,7 @@ enum sp_table_types
- (void)updateSelectionTask;
- (void)setSelection:(NSDictionary *)selectionDetails;
- (void)selectTableAtIndex:(NSNumber *)row;
+- (void)makeTableListFilterHaveFocus;
// Getters
- (NSArray *)selectedTableNames;