Content deleted Content added
1234567890r (talk | contribs) mNo edit summary Tags: possible vandalism Visual edit |
m Reverted 2 edits by 1234567890r identified as test/vandalism using STiki |
||
Line 1:
{{Use mdy dates|date=October 2013}}
{{Infobox software
| name = AppleScript Editor
| logo = AppleScript Editor Logo.png
| screenshot = AppleScript Editor.png
| description = AppleScript Editor running on [[OS X Yosemite]]
| developer = [[Apple Inc.]]
| latest_release_version = 2.8.1
| latest_release_date = {{start date and age|2015|10|21}}<ref>{{cite web|url=http://www.theverge.com/2014/10/16/6978157/mac-os-x-yosemite-release-mac-app-store-october-16th|title=OS X 10.10 Yosemite release date|accessdate=16 November 2014}}</ref>
| operating_system = [[System 7]], [[OS X]]
| genre = [[Source code editor|Code editor]], [[Scripting language|script editor]]
| license = [[Proprietary software|Proprietary]]
| website = {{URL|developer.apple.com/applescript/}}
}}
'''AppleScript Editor''' is a [[Source code editor|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 ==
*[[AppleScript#AppleScript development tools|AppleScript development tools]]
==References==
{{Reflist}}
{{Mac OS X}}
[[Category:OS X programming tools]]
|