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 /Interfaces/English.lproj/MainMenu.xib | |
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 'Interfaces/English.lproj/MainMenu.xib')
-rw-r--r-- | Interfaces/English.lproj/MainMenu.xib | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/Interfaces/English.lproj/MainMenu.xib b/Interfaces/English.lproj/MainMenu.xib index 957e7729..5ec9cfa1 100644 --- a/Interfaces/English.lproj/MainMenu.xib +++ b/Interfaces/English.lproj/MainMenu.xib @@ -1,19 +1,28 @@ <?xml version="1.0" encoding="UTF-8"?> -<archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="7.02"> +<archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="7.03"> <data> <int key="IBDocument.SystemTarget">1050</int> <string key="IBDocument.SystemVersion">9J61</string> - <string key="IBDocument.InterfaceBuilderVersion">672</string> + <string key="IBDocument.InterfaceBuilderVersion">677</string> <string key="IBDocument.AppKitVersion">949.46</string> <string key="IBDocument.HIToolboxVersion">353.00</string> <object class="NSMutableArray" key="IBDocument.EditedObjectIDs"> <bool key="EncodedWithXMLCoder">YES</bool> - <integer value="498"/> + <integer value="628"/> </object> <object class="NSArray" key="IBDocument.PluginDependencies"> <bool key="EncodedWithXMLCoder">YES</bool> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> </object> + <object class="NSMutableDictionary" key="IBDocument.Metadata"> + <bool key="EncodedWithXMLCoder">YES</bool> + <object class="NSArray" key="dict.sortedKeys"> + <bool key="EncodedWithXMLCoder">YES</bool> + </object> + <object class="NSMutableArray" key="dict.values"> + <bool key="EncodedWithXMLCoder">YES</bool> + </object> + </object> <object class="NSMutableArray" key="IBDocument.RootObjects" id="549353383"> <bool key="EncodedWithXMLCoder">YES</bool> <object class="NSCustomObject" id="515727999"> @@ -1361,7 +1370,7 @@ <object class="NSMenuItem" id="973684327"> <reference key="NSMenu" ref="172963563"/> <string key="NSTitle">Show Server Variables...</string> - <string key="NSKeyEquiv"/> + <string key="NSKeyEquiv">V</string> <int key="NSKeyEquivModMask">1048576</int> <int key="NSMnemonicLoc">2147483647</int> <reference key="NSOnImage" ref="625762401"/> @@ -4061,7 +4070,7 @@ <reference ref="9"/> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <reference ref="9"/> - <string>{{444, 127}, {231, 153}}</string> + <string>{{317, 674}, {254, 153}}</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <reference ref="9"/> <string>{{312, 683}, {231, 153}}</string> @@ -4563,6 +4572,7 @@ w6gg4oaSIGZhY2FkZV0</string> <string>optimizeTable:</string> <string>removeDatabase:</string> <string>repairTable:</string> + <string>saveServerVariables:</string> <string>setDatabases:</string> <string>showCreateTableSyntax:</string> <string>showMySQLHelp:</string> @@ -4609,6 +4619,7 @@ w6gg4oaSIGZhY2FkZV0</string> <string>id</string> <string>id</string> <string>id</string> + <string>id</string> </object> </object> <object class="NSMutableDictionary" key="outlets"> |