diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-10-06 20:50:36 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-10-06 20:50:36 +0000 |
commit | 3bbcf08f70e3b8538d0a89e686051581bb5ecd09 (patch) | |
tree | 489c10a6b71756f7c6ef3d9cd7746eb8fa3a0c8a /Source/TableDocument.h | |
parent | 23c8a125dca16dd846a25d7ab30266e52f8048f2 (diff) | |
download | sequelpro-3bbcf08f70e3b8538d0a89e686051581bb5ecd09.tar.gz sequelpro-3bbcf08f70e3b8538d0a89e686051581bb5ecd09.tar.bz2 sequelpro-3bbcf08f70e3b8538d0a89e686051581bb5ecd09.zip |
• added main menu item: "Open “<file>” in New Window" ⌥⌘O as alternated menu item bound to "Open…"
- this action opens the current file-based connection in a new window by reading <file> again
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 3a8adbfb..37f8ca60 100644 --- a/Source/TableDocument.h +++ b/Source/TableDocument.h @@ -166,6 +166,7 @@ enum sp_current_query_mode - (IBAction)removeDatabase:(id)sender; - (IBAction)showMySQLHelp:(id)sender; - (IBAction)saveServerVariables:(id)sender; +- (IBAction)openCurrentConnectionInNewWindow:(id)sender; - (NSArray *)allDatabaseNames; // Encoding methods |