diff options
author | stuconnolly <stuart02@gmail.com> | 2010-03-08 14:45:27 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-03-08 14:45:27 +0000 |
commit | 256b06622980461740af4774206ca77e534acd21 (patch) | |
tree | b846e83d1a8dfc7f9a0882bdc950941b7714cece /Source/TableDocument.h | |
parent | 9a15311b23c074ce579cd55631c8f2b0e574fda0 (diff) | |
download | sequelpro-256b06622980461740af4774206ca77e534acd21.tar.gz sequelpro-256b06622980461740af4774206ca77e534acd21.tar.bz2 sequelpro-256b06622980461740af4774206ca77e534acd21.zip |
Add a new 'Filter Content...' menu item to the 'Table' menu that switches to the content view and places the focus on the filter field.
Diffstat (limited to 'Source/TableDocument.h')
-rw-r--r-- | Source/TableDocument.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/TableDocument.h b/Source/TableDocument.h index e897ed36..bb91fa5a 100644 --- a/Source/TableDocument.h +++ b/Source/TableDocument.h @@ -226,6 +226,7 @@ - (IBAction)checksumTable:(id)sender; - (IBAction)saveCreateSyntax:(id)sender; - (IBAction)copyCreateTableSyntaxFromSheet:(id)sender; +- (IBAction)focusOnTableContentFilter:(id)sender; // Other methods - (void) setQueryMode:(NSInteger)theQueryMode; |