Features
◊ | open a script file by Open Script menu command in Extras menu that is available only while holding down Option key.** |
◊ | compile (or check syntax of) the source text by Enter key.*** |
◊ | run the compiled script by double Enter key. |
◊ | save the script by Save menu command or Save As menu command. |
◊ | Prepare a stationery of a script file and open it. |
◊ | Execute a script to make a new document with the initial data value of a script object. For example; tell application "QuoEdit" to make new document with data script 1 |
◊ | name of window to edit script is shown in italic style in the Window menu. |
◊ | in Mac OS 8.5 and later, the proper proxy icon is shown on the window title. |
* | If you are a novice scripter, it is recommended to learn the Script Editor first. In QuoEdit, the functionality to edit script is something like a tiny premium just using some features of the scripting component to get the source text, compile the text, and run the script. Note that QuoEdit is never supposed to be a script editor. That is why it doesn’t provide the menu commands and specific type of windows to edit script. |
** | QuoEdit doesn’t accept drag and drop to open scripts (unless you modify the 'BNDL' resource). To open script by drag and drop, use an included droplet “Open Any File by QuoEdit”. QuoEdit actually can open any application file as a script file (as well as applets and droplets) if the file contains its script data as a 'scpt' resource of ID 128. |
*** | In ordinary windows (to edit text), the Enter key independently has no effect (as suggested in the guidelines by Apple Computer). |
Term | Code | Defined as... | ||||
offset | «event sysooffs» | a command of a standard osax | ||||
folder | «property asdr» | a property of ‘file information’ class defined in a standard osax | ||||
|
* | The both are not standard terms of AppleScript. QuoEdit uses term (and the code) of the ‘offset’ property («property ofse») from the STE, and the ‘folder’ class («class cfol») from the Finder. |