aboutsummaryrefslogtreecommitdiffstats
path: root/Interfaces/English.lproj/MainMenu.xib
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2009-10-01 12:12:48 +0000
committerstuconnolly <stuart02@gmail.com>2009-10-01 12:12:48 +0000
commit9f7b5dccfae711371970031b3e79f671213441d6 (patch)
tree206bad35d400a2ddf2717f5fd81f1b5d58f16f9e /Interfaces/English.lproj/MainMenu.xib
parent67d16c468fe2a7e182e19e1cea24961a735ec05e (diff)
downloadsequelpro-9f7b5dccfae711371970031b3e79f671213441d6.tar.gz
sequelpro-9f7b5dccfae711371970031b3e79f671213441d6.tar.bz2
sequelpro-9f7b5dccfae711371970031b3e79f671213441d6.zip
- Replace the create syntax transparent HUD panel with a standard sheet, which displays the create syntax in the same non-editable version of the custom query editor. Addresses issue #411.
- Add the ability to save the displayed create syntax to a file on disk. - Change the 'Show Create Syntax' shortcut from shift+cmd+S (its already in use) to alt+cmd+S. - Make both the create syntax and server variables sheets not run application modally and thus prevent them from blocking the main thread. Part of issue #351.
Diffstat (limited to 'Interfaces/English.lproj/MainMenu.xib')
-rw-r--r--Interfaces/English.lproj/MainMenu.xib25
1 files changed, 18 insertions, 7 deletions
diff --git a/Interfaces/English.lproj/MainMenu.xib b/Interfaces/English.lproj/MainMenu.xib
index 2b06848f..d719e5b6 100644
--- a/Interfaces/English.lproj/MainMenu.xib
+++ b/Interfaces/English.lproj/MainMenu.xib
@@ -12,7 +12,7 @@
</object>
<object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
<bool key="EncodedWithXMLCoder">YES</bool>
- <integer value="498"/>
+ <integer value="758"/>
</object>
<object class="NSArray" key="IBDocument.PluginDependencies">
<bool key="EncodedWithXMLCoder">YES</bool>
@@ -1570,8 +1570,8 @@
<object class="NSMenuItem" id="638185532">
<reference key="NSMenu" ref="1056168652"/>
<string key="NSTitle">Show Create Table Syntax</string>
- <string key="NSKeyEquiv">S</string>
- <int key="NSKeyEquivModMask">1048576</int>
+ <string key="NSKeyEquiv">s</string>
+ <int key="NSKeyEquivModMask">1572864</int>
<int key="NSMnemonicLoc">2147483647</int>
<reference key="NSOnImage" ref="625762401"/>
<reference key="NSMixedImage" ref="315854375"/>
@@ -4952,6 +4952,13 @@
<string key="className">NSObject</string>
<object class="IBClassDescriptionSource" key="sourceIdentifier">
<string key="majorKey">IBProjectSource</string>
+ <string key="minorKey">Source/SPContentFilterManager.h</string>
+ </object>
+ </object>
+ <object class="IBPartialClassDescription">
+ <string key="className">NSObject</string>
+ <object class="IBClassDescriptionSource" key="sourceIdentifier">
+ <string key="majorKey">IBProjectSource</string>
<string key="minorKey">Source/SPExporter.h</string>
</object>
</object>
@@ -5215,6 +5222,7 @@
<string>chooseEncoding:</string>
<string>closeDatabaseSheet:</string>
<string>closeErrorConnectionSheet:</string>
+ <string>closePanelSheet:</string>
<string>closePasswordSheet:</string>
<string>closeSheet:</string>
<string>copyCreateTableSyntax:</string>
@@ -5228,6 +5236,7 @@
<string>removeDatabase:</string>
<string>repairTable:</string>
<string>saveConnectionSheet:</string>
+ <string>saveCreateSyntax:</string>
<string>saveServerVariables:</string>
<string>setDatabases:</string>
<string>showCreateTableSyntax:</string>
@@ -5278,6 +5287,8 @@
<string>id</string>
<string>id</string>
<string>id</string>
+ <string>id</string>
+ <string>id</string>
</object>
</object>
<object class="NSMutableDictionary" key="outlets">
@@ -5288,6 +5299,8 @@
<string>chooseDatabaseButton</string>
<string>connectionErrorDialog</string>
<string>contentViewSplitter</string>
+ <string>createTableSyntaxTextField</string>
+ <string>createTableSyntaxTextView</string>
<string>createTableSyntaxWindow</string>
<string>customQueryInstance</string>
<string>customQueryTextView</string>
@@ -5318,8 +5331,6 @@
<string>sidebarGrabber</string>
<string>spExportControllerInstance</string>
<string>spHistoryControllerInstance</string>
- <string>syntaxView</string>
- <string>syntaxViewContent</string>
<string>tableContentInstance</string>
<string>tableDataInstance</string>
<string>tableDumpInstance</string>
@@ -5345,6 +5356,8 @@
<string>id</string>
<string>NSWindow</string>
<string>NSSplitView</string>
+ <string>NSTextField</string>
+ <string>NSTextView</string>
<string>NSWindow</string>
<string>id</string>
<string>NSTextView</string>
@@ -5378,8 +5391,6 @@
<string>id</string>
<string>id</string>
<string>id</string>
- <string>id</string>
- <string>id</string>
<string>NSButton</string>
<string>NSTableView</string>
<string>NSSplitView</string>