diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-11-20 10:36:54 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-11-20 10:36:54 +0000 |
commit | 954b41eb8fd513513abca607f710d2688202fe1e (patch) | |
tree | 52daae8df12165f5d90b6166a526486b9c10b5ac /Interfaces/English.lproj/BundleEditor.xib | |
parent | 7ee497de7b4b05fe338166221b0fd42962975214 (diff) | |
download | sequelpro-954b41eb8fd513513abca607f710d2688202fe1e.tar.gz sequelpro-954b41eb8fd513513abca607f710d2688202fe1e.tar.bz2 sequelpro-954b41eb8fd513513abca607f710d2688202fe1e.zip |
• added SPBundleCommandTextView and use it instead of SPEditSheetTextVIew since it works in a sheet only and due to future extensions
• fixed init in SPEditSheetTextView
• Bundle Editor: minor bug fixing
Diffstat (limited to 'Interfaces/English.lproj/BundleEditor.xib')
-rw-r--r-- | Interfaces/English.lproj/BundleEditor.xib | 56 |
1 files changed, 36 insertions, 20 deletions
diff --git a/Interfaces/English.lproj/BundleEditor.xib b/Interfaces/English.lproj/BundleEditor.xib index 67caca4a..fc95329a 100644 --- a/Interfaces/English.lproj/BundleEditor.xib +++ b/Interfaces/English.lproj/BundleEditor.xib @@ -1398,22 +1398,6 @@ </object> <object class="IBConnectionRecord"> <object class="IBBindingConnection" key="connection"> - <string key="label">value: selection.command</string> - <reference key="source" ref="965862131"/> - <reference key="destination" ref="707140570"/> - <object class="NSNibBindingConnector" key="connector"> - <reference key="NSSource" ref="965862131"/> - <reference key="NSDestination" ref="707140570"/> - <string key="NSLabel">value: selection.command</string> - <string key="NSBinding">value</string> - <string key="NSKeyPath">selection.command</string> - <int key="NSNibBindingConnectorVersion">2</int> - </object> - </object> - <int key="connectionID">863</int> - </object> - <object class="IBConnectionRecord"> - <object class="IBBindingConnection" key="connection"> <string key="label">value: selection.name</string> <reference key="source" ref="209604501"/> <reference key="destination" ref="707140570"/> @@ -1752,6 +1736,30 @@ </object> <int key="connectionID">925</int> </object> + <object class="IBConnectionRecord"> + <object class="IBBindingConnection" key="connection"> + <string key="label">value: selection.command</string> + <reference key="source" ref="965862131"/> + <reference key="destination" ref="707140570"/> + <object class="NSNibBindingConnector" key="connector"> + <reference key="NSSource" ref="965862131"/> + <reference key="NSDestination" ref="707140570"/> + <string key="NSLabel">value: selection.command</string> + <string key="NSBinding">value</string> + <string key="NSKeyPath">selection.command</string> + <int key="NSNibBindingConnectorVersion">2</int> + </object> + </object> + <int key="connectionID">927</int> + </object> + <object class="IBConnectionRecord"> + <object class="IBOutletConnection" key="connection"> + <string key="label">delegate</string> + <reference key="source" ref="965862131"/> + <reference key="destination" ref="1001"/> + </object> + <int key="connectionID">929</int> + </object> </object> <object class="IBMutableOrderedSet" key="objectRecords"> <object class="NSArray" key="orderedObjects"> @@ -2502,9 +2510,9 @@ <object class="NSMutableArray" key="dict.values"> <bool key="EncodedWithXMLCoder">YES</bool> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> - <string>{{218, 278}, {655, 444}}</string> + <string>{{251, 39}, {655, 444}}</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> - <string>{{218, 278}, {655, 444}}</string> + <string>{{251, 39}, {655, 444}}</string> <boolean value="NO"/> <boolean value="YES"/> <string>{726, 444}</string> @@ -2720,7 +2728,7 @@ <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> - <string>SPEditSheetTextView</string> + <string>SPBundleCommandTextView</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <object class="NSMutableDictionary"> @@ -2759,7 +2767,7 @@ </object> </object> <nil key="sourceID"/> - <int key="maxID">925</int> + <int key="maxID">929</int> </object> <object class="IBClassDescriber" key="IBDocument.Classes"> <object class="NSMutableArray" key="referencedPartialClassDescriptions"> @@ -2894,6 +2902,14 @@ <object class="NSMutableArray" key="referencedPartialClassDescriptionsV3.1+"> <bool key="EncodedWithXMLCoder">YES</bool> <object class="IBPartialClassDescription"> + <string key="className">SPBundleCommandTextView</string> + <string key="superclassName">NSTextView</string> + <object class="IBClassDescriptionSource" key="sourceIdentifier"> + <string key="majorKey">IBDocumentRelativeSource</string> + <string key="minorKey">../../Source/SPBundleCommandTextView.h</string> + </object> + </object> + <object class="IBPartialClassDescription"> <string key="className">SPBundleEditorController</string> <string key="superclassName">NSWindowController</string> <object class="NSMutableDictionary" key="actions"> |