aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.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/TableDocument.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/TableDocument.h')
-rw-r--r--Source/TableDocument.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/TableDocument.h b/Source/TableDocument.h
index bb91fa5a..4be47ae1 100644
--- a/Source/TableDocument.h
+++ b/Source/TableDocument.h
@@ -227,6 +227,7 @@
- (IBAction)saveCreateSyntax:(id)sender;
- (IBAction)copyCreateTableSyntaxFromSheet:(id)sender;
- (IBAction)focusOnTableContentFilter:(id)sender;
+- (IBAction)focusOnTableListFilter:(id)sender;
// Other methods
- (void) setQueryMode:(NSInteger)theQueryMode;