crayon-syntax-highlighter/util/sample/applescript.txt
2019-08-30 19:30:19 +02:00

10 lines
315 B
Plaintext

-- Dialog
set dialogReply to display dialog
"Dialog Text" default answer
"Text Answer" hidden answer false
buttons {"Skip", "Okay", "Cancel"}
default button
"Okay" cancel button
"Skip" with title
"Dialog Window Title" with icon note
giving up after 20