31
edits
No edit summary |
|||
| Line 45: | Line 45: | ||
10 -[NSApplication run] () | 10 -[NSApplication run] () | ||
When it hits executeCommand, the Applescript command is of the form: | When it hits executeCommand, the Applescript command is of the form: | ||
Intrinsics.get | Intrinsics.get | ||
| Line 55: | Line 57: | ||
Arguments: {} | Arguments: {} | ||
At this point we could use our own handling to execute the command. The one downside to this is that we loose the automatic support (The Standard suite includes commands such as copy, count, create, delete, exists, and move, as well as common object classes such as application, document, and window). | At this point we could use our own handling to execute the command. The one downside to this is that we loose the automatic support (The Standard suite includes commands such as copy, count, create, delete, exists, and move, as well as common object classes such as application, document, and window). | ||
edits