Inherits from | |
Framework | /System/Library/Frameworks/AppKit.framework |
Companion guide | |
Declared in | NSAppleScriptExtensions.h |
The Application Kit adds a method to the Foundation Frameworkâs NSAppleScript
class to handle rich text source. This method becomes part of the NSAppleScript
class only for those applications that use the Application Kit.
For more information, see NSAppleScript
in the Foundation Framework API Reference.
Returns the syntax-highlighted source code of the receiver if the receiver has been compiled and its source code is available.
- (NSAttributedString *)richTextSource
Returns nil
otherwise. It is possible for an instance of NSAppleScript
that has been instantiated with initWithContentsOfURL:error:
to be a script for which the source code is not available, but is nonetheless executable.
NSAppleScriptExtensions.h
© 2006 Apple Computer, Inc. All Rights Reserved. (Last updated: 2006-05-23)