Name: | AppleScript Mode |
Version: | 2.5 |
Last update: | 2020-05-27 14:28:45 |
⌥
) is pressed, the item Add Description is changed to Delete Description in order
delete the descriptive comment from the edited script.on functionName(params) -- instructions end functionNamewhere functionName designates the name of handler. The error statements (on error etc.) are not marked though by the procedure since they do not correspond to function definitions.
tell application "•" • end tell
⌘T
.
⌃A
)
followed by a letter. For instance, to decompile and edit a script, hit
'ctrl-a' and then the letter 'd'. The following bindings are available:
⌃A B | to display the info about bindings |
⌃A D | to decompile and edit a script |
⌃A L | to insert the line continuation symbol (¬) |
⌃A N | to create a new script |
⌃A R | to select and run a script |