Jump to content

AppleScript Editor

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by OMPIRE (talk | contribs) at 20:05, 8 May 2014. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

AppleScript Editor
Developer(s)Apple Inc.
Stable release
2.6.1 / October 22, 2013; 11 years ago (2013-10-22)
Operating systemSystem 7, Mac OS 8, Mac OS 9, Mac OS X
TypeCode editor
LicenseApple EULA
Websitehttp://developer.apple.com/applescript/

AppleScript Editor is a code editor for the AppleScript scripting language, included in Mac OS. 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.

Prior to Mac OS X 10.3, Script Editor was developed using the Carbon (API). 10.3 introduced a new Script Editor written using Cocoa (API).

History

AppleScript Editor was known as "Script Editor" until Mac OS X 10.6.

See also