diff options
author | stuconnolly <stuart02@gmail.com> | 2010-11-10 18:38:45 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-11-10 18:38:45 +0000 |
commit | db80c9b84be4326d2e2d36839c532159fb9d61fd (patch) | |
tree | 334c668db00c997c134163b8a1400d79b4e6fdae /Interfaces/English.lproj/ConnectionView.xib | |
parent | b72f9507c2be480c680b7f58753789432882f1c4 (diff) | |
download | sequelpro-db80c9b84be4326d2e2d36839c532159fb9d61fd.tar.gz sequelpro-db80c9b84be4326d2e2d36839c532159fb9d61fd.tar.bz2 sequelpro-db80c9b84be4326d2e2d36839c532159fb9d61fd.zip |
Add a new outline view to be used by the connection view so hitting enter doesn't start editing the selected favorite. This will also allow behaviour to be further customised. Fixes issue #892.
Diffstat (limited to 'Interfaces/English.lproj/ConnectionView.xib')
-rw-r--r-- | Interfaces/English.lproj/ConnectionView.xib | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/Interfaces/English.lproj/ConnectionView.xib b/Interfaces/English.lproj/ConnectionView.xib index 8243fa90..d8829c89 100644 --- a/Interfaces/English.lproj/ConnectionView.xib +++ b/Interfaces/English.lproj/ConnectionView.xib @@ -110,7 +110,7 @@ </object> <object class="NSTextFieldCell" key="NSDataCell" id="93569184"> <int key="NSCellFlags">69336641</int> - <int key="NSCellFlags2">133120</int> + <int key="NSCellFlags2">137216</int> <string key="NSContents">Text Cell</string> <reference key="NSSupport" ref="26"/> <reference key="NSControlView" ref="1012579052"/> @@ -154,7 +154,7 @@ </object> </object> <double key="NSRowHeight">17</double> - <int key="NSTvFlags">373293056</int> + <int key="NSTvFlags">104857600</int> <reference key="NSDelegate"/> <reference key="NSDataSource"/> <int key="NSColumnAutoresizingStyle">5</int> @@ -6162,7 +6162,7 @@ <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> - <string>SPOutlineView</string> + <string>SPFavoritesOutlineView</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <string>SPTableTextFieldCell</string> @@ -7261,19 +7261,26 @@ <reference key="sourceIdentifier" ref="968459546"/> </object> <object class="IBPartialClassDescription"> - <string key="className">SPFlippedView</string> - <string key="superclassName">NSView</string> - <reference key="sourceIdentifier" ref="968459546"/> + <string key="className">SPConnectionController</string> + <object class="IBClassDescriptionSource" key="sourceIdentifier"> + <string key="majorKey">IBProjectSource</string> + <string key="minorKey">Source/SPConnectionControllerDelegate.h</string> + </object> </object> <object class="IBPartialClassDescription"> - <string key="className">SPOutlineView</string> + <string key="className">SPFavoritesOutlineView</string> <string key="superclassName">NSOutlineView</string> <object class="IBClassDescriptionSource" key="sourceIdentifier"> <string key="majorKey">IBProjectSource</string> - <string key="minorKey">Source/SPOutlineView.h</string> + <string key="minorKey">Source/SPFavoritesOutlineView.h</string> </object> </object> <object class="IBPartialClassDescription"> + <string key="className">SPFlippedView</string> + <string key="superclassName">NSView</string> + <reference key="sourceIdentifier" ref="968459546"/> + </object> + <object class="IBPartialClassDescription"> <string key="className">SPTableTextFieldCell</string> <string key="superclassName">ImageAndTextCell</string> <object class="IBClassDescriptionSource" key="sourceIdentifier"> |