diff options
author | stuconnolly <stuart02@gmail.com> | 2009-05-17 20:04:00 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-05-17 20:04:00 +0000 |
commit | 769f2adb4e72667e855b2a63d298d711d16e0185 (patch) | |
tree | 42a6ddf98ad3a7d19f496f88f88990fb94aaff47 /Source/TableDocument.h | |
parent | c4ca14a1ba9c6ec7f1f63f5f23208b31560ecd36 (diff) | |
download | sequelpro-769f2adb4e72667e855b2a63d298d711d16e0185.tar.gz sequelpro-769f2adb4e72667e855b2a63d298d711d16e0185.tar.bz2 sequelpro-769f2adb4e72667e855b2a63d298d711d16e0185.zip |
Minor enhancements to the server variables sheet, including:
- Allow saving the variables to a file in MySQLs config format.
- Truncate variable names and values instead of clipping them.
Expect live filtering as future enhancements.
Diffstat (limited to 'Source/TableDocument.h')
-rw-r--r-- | Source/TableDocument.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/TableDocument.h b/Source/TableDocument.h index b24977f5..7f7c2297 100644 --- a/Source/TableDocument.h +++ b/Source/TableDocument.h @@ -123,9 +123,6 @@ - (NSString *)getHTMLforPrint; -//alert sheets method -- (void)sheetDidEnd:(NSWindow *)sheet returnCode:(int)returnCode contextInfo:(NSString *)contextInfo; - //connection getter - (CMMCPConnection *)sharedConnection; @@ -136,6 +133,7 @@ - (IBAction)closeDatabaseSheet:(id)sender; - (IBAction)removeDatabase:(id)sender; - (IBAction)showMySQLHelp:(id)sender; +- (IBAction)saveServerVariables:(id)sender; //encoding methods - (void)setConnectionEncoding:(NSString *)mysqlEncoding reloadingViews:(BOOL)reloadViews; |