diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-10-14 11:39:31 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-10-14 11:39:31 +0000 |
commit | 080b6b90f0021d6f58090cc19f268f8f0df86351 (patch) | |
tree | a090deef364a730d4c5d53b7d38df5ee09a4e185 /Interfaces | |
parent | 6ddd95658062b14de2f63746f69b6d65d05792d4 (diff) | |
download | sequelpro-080b6b90f0021d6f58090cc19f268f8f0df86351.tar.gz sequelpro-080b6b90f0021d6f58090cc19f268f8f0df86351.tar.bz2 sequelpro-080b6b90f0021d6f58090cc19f268f8f0df86351.zip |
• cleaned and improved AppleScript support
- now 'activate' & 'quit' works due to that fact that if an app is scriptable the Dock's "Quit" command calls handleQuitScriptCommand: which has to be implemened
- fixed issue that SPAppController has to be the delegate for NSApp to support AS
- added support for AS à la: "get name of first document" or "close every window" etc.
Diffstat (limited to 'Interfaces')
-rw-r--r-- | Interfaces/English.lproj/MainMenu.xib | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Interfaces/English.lproj/MainMenu.xib b/Interfaces/English.lproj/MainMenu.xib index 9691a2fa..aebc7cbc 100644 --- a/Interfaces/English.lproj/MainMenu.xib +++ b/Interfaces/English.lproj/MainMenu.xib @@ -2742,6 +2742,14 @@ </object> <int key="connectionID">999</int> </object> + <object class="IBConnectionRecord"> + <object class="IBOutletConnection" key="connection"> + <string key="label">delegate</string> + <reference key="source" ref="506939842"/> + <reference key="destination" ref="432083121"/> + </object> + <int key="connectionID">1001</int> + </object> </object> <object class="IBMutableOrderedSet" key="objectRecords"> <object class="NSArray" key="orderedObjects"> @@ -4833,7 +4841,7 @@ </object> </object> <nil key="sourceID"/> - <int key="maxID">1000</int> + <int key="maxID">1001</int> </object> <object class="IBClassDescriber" key="IBDocument.Classes"> <object class="NSMutableArray" key="referencedPartialClassDescriptions"> |