diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-06-04 20:19:59 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-06-04 20:19:59 +0000 |
commit | 905dd61bd91f3dce22655bf942302739544dd86c (patch) | |
tree | b8b6247c72a7716a8dff5e2211949dcfe186bf53 /Source/TableDocument.h | |
parent | a62ac5494e570f782ab9bf74270f0ca7a61e033b (diff) | |
download | sequelpro-905dd61bd91f3dce22655bf942302739544dd86c.tar.gz sequelpro-905dd61bd91f3dce22655bf942302739544dd86c.tar.bz2 sequelpro-905dd61bd91f3dce22655bf942302739544dd86c.zip |
• added: the "Show Create Syntax" window now follows the selection in the table list if it was already opened
• commented out the NSLog "not parsed" in SPTableData.m
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 c996a0bd..f492a3bc 100644 --- a/Source/TableDocument.h +++ b/Source/TableDocument.h @@ -183,6 +183,7 @@ - (void)flushPrivileges:(id)sender; - (void)showVariables:(id)sender; - (void)closeConnection; +- (NSWindow *)getCreateTableSyntaxWindow; //getter methods - (NSString *)name; |