diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-08-24 14:26:00 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-08-24 14:26:00 +0000 |
commit | d90aac6dfab328485bad6ec450388d90684a0ee6 (patch) | |
tree | d09c5bbe1cb309018a3298e805eb79aec3e1c053 /Interfaces | |
parent | 015321ca8747bbd2ee6f8a153e779835f75f9efe (diff) | |
download | sequelpro-d90aac6dfab328485bad6ec450388d90684a0ee6.tar.gz sequelpro-d90aac6dfab328485bad6ec450388d90684a0ee6.tar.bz2 sequelpro-d90aac6dfab328485bad6ec450388d90684a0ee6.zip |
• outsourced control:textView:doCommandBySelector: stuff to SPCopyTable since we need that for Content and Custom Query table; only class specific stuff like ESC trapping will handled in the actual class
• enabled in cell editing for Custom Query tables
- also added spreadsheet button to Custom Query status bar
• fixed ESC trapping: F5 can be used for completion
• simplified [SPCopyTable keyDown:] for trapping ENTER/RETURN key
• some code cosmetics
Diffstat (limited to 'Interfaces')
-rw-r--r-- | Interfaces/English.lproj/DBView.xib | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Interfaces/English.lproj/DBView.xib b/Interfaces/English.lproj/DBView.xib index 256df5df..2e29a3a4 100644 --- a/Interfaces/English.lproj/DBView.xib +++ b/Interfaces/English.lproj/DBView.xib @@ -24,7 +24,7 @@ <object class="NSMutableArray" key="IBDocument.EditedObjectIDs"> <bool key="EncodedWithXMLCoder">YES</bool> <integer value="6225"/> - <integer value="7223"/> + <integer value="7168"/> <integer value="7467"/> </object> <object class="NSArray" key="IBDocument.PluginDependencies"> @@ -3119,7 +3119,7 @@ </object> <object class="NSButton" id="67603994"> <reference key="NSNextResponder" ref="556476514"/> - <int key="NSvFlags">-2147483356</int> + <int key="NSvFlags">292</int> <string key="NSFrame">{{62, -1}, {32, 25}}</string> <reference key="NSSuperview" ref="556476514"/> <bool key="NSEnabled">YES</bool> @@ -23136,7 +23136,7 @@ IGRvIHlvdSB3YW50IHRvIGFkZCBmb3IgdGhpcyBmaWVsZD8</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> - <string>{{-142, 249}, {943, 549}}</string> + <string>{{0, 249}, {943, 549}}</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <boolean value="YES"/> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> |