AppleScript Editor: Difference between revisions

Content deleted Content added
Importing Wikidata short description: "Code editor for the AppleScript scripting language" (Shortdesc helper)
Revert inaccurate edits. It's not true that Script Editor was introduced in Mac OS 8; it was there in 7, too. And it's not true that it was originally developed using Carbon. Carbon was the name of a transitional technology from ~2000, and did not exist when Script Editor first came out.
Line 21:
AppleScript Editor provides basic [[debugging]] capabilities and can save AppleScripts as ''plain text'' (.applescript), as a ''compiled script'' (.scpt), as a ''script bundle'' (.scptd), or as an ''application'' (.app). AppleScript Editor also handles script dictionary files, allowing the user to see what scripting classes and commands are available for each scriptable application installed on the computer.
 
IntroducedPrior in 1997 withto [[Mac OS 8|MacX OS 810.03]], Script Editor was originally developed using [[Carbon (API)|Carbon]]. [[Mac OS X 10.3]] introduced a new Script Editor written using [[Cocoa (API)|Cocoa]]. From [[Mac OS X 10.6]] to [[OS X 10.10|10.10]], it was called AppleScript Editor. It likely regained its original name because of the introduction of [[JavaScript for Automation]].
 
== See also ==