crayon-syntax-highlighter/util/sample/applescript.txt

10 lines
315 B
Plaintext
Raw Normal View History

2019-08-30 19:30:19 +02:00
-- 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