Documentation Archive Developer
Search

OSAKit Changes

OSAKit (Added)

Added OSALanguage
Added OSALanguage.availableLanguages() -> [AnyObject]! [class]
Added OSALanguage.init(component: Component)
Added OSALanguage.componentInstance
Added OSALanguage.defaultLanguage() -> OSALanguage! [class]
Added OSALanguage.features
Added OSALanguage.init(forName: String!)
Added OSALanguage.init(forScriptDataDescriptor: NSAppleEventDescriptor!)
Added OSALanguage.info
Added OSALanguage.manufacturer
Added OSALanguage.name
Added OSALanguage.setDefaultLanguage(OSALanguage!) [class]
Added OSALanguage.sharedLanguageInstance() -> OSALanguageInstance!
Added OSALanguage.subType
Added OSALanguage.threadSafe
Added OSALanguage.type
Added OSALanguage.version
Added OSALanguageFeatures [struct]
Added OSALanguageFeatures.SupportsAECoercion
Added OSALanguageFeatures.SupportsAESending
Added OSALanguageFeatures.SupportsCompiling
Added OSALanguageFeatures.SupportsConvenience
Added OSALanguageFeatures.SupportsDialects
Added OSALanguageFeatures.SupportsEventHandling
Added OSALanguageFeatures.SupportsGetSource
Added OSALanguageFeatures.SupportsRecording
Added OSALanguageFeatures.init(_: UInt)
Added OSALanguageFeatures.init(rawValue: UInt)
Added OSALanguageInstance
Added OSALanguageInstance.componentInstance
Added OSALanguageInstance.defaultTarget
Added OSALanguageInstance.language
Added OSALanguageInstance.init(language: OSALanguage!)
Added OSALanguageInstance.richTextFromDescriptor(NSAppleEventDescriptor!) -> NSAttributedString!
Added OSAScript
Added OSAScript.compileAndReturnError(AutoreleasingUnsafeMutablePointer<NSDictionary?>) -> Bool
Added OSAScript.compiled
Added OSAScript.init(compiledData: NSData!, fromURL: NSURL!, usingStorageOptions: OSAStorageOptions, error: NSErrorPointer)
Added OSAScript.compiledDataForType(String!, usingStorageOptions: OSAStorageOptions, error: AutoreleasingUnsafeMutablePointer<NSDictionary?>) -> NSData!
Added OSAScript.init(contentsOfURL: NSURL!, error: AutoreleasingUnsafeMutablePointer<NSDictionary?>)
Added OSAScript.init(contentsOfURL: NSURL!, languageInstance: OSALanguageInstance!, usingStorageOptions: OSAStorageOptions, error: NSErrorPointer)
Added OSAScript.executeAndReturnDisplayValue(AutoreleasingUnsafeMutablePointer<NSAttributedString?>, error: AutoreleasingUnsafeMutablePointer<NSDictionary?>) -> NSAppleEventDescriptor!
Added OSAScript.executeAndReturnError(AutoreleasingUnsafeMutablePointer<NSDictionary?>) -> NSAppleEventDescriptor!
Added OSAScript.executeAppleEvent(NSAppleEventDescriptor!, error: AutoreleasingUnsafeMutablePointer<NSDictionary?>) -> NSAppleEventDescriptor!
Added OSAScript.executeHandlerWithName(String!, arguments:[AnyObject]!, error: AutoreleasingUnsafeMutablePointer<NSDictionary?>) -> NSAppleEventDescriptor!
Added OSAScript.language
Added OSAScript.languageInstance
Added OSAScript.richTextFromDescriptor(NSAppleEventDescriptor!) -> NSAttributedString!
Added OSAScript.richTextSource
Added OSAScript.init(scriptDataDescriptor: NSAppleEventDescriptor!, fromURL: NSURL!, languageInstance: OSALanguageInstance!, usingStorageOptions: OSAStorageOptions, error: NSErrorPointer)
Added OSAScript.scriptDataDescriptorWithContentsOfURL(NSURL!) -> NSAppleEventDescriptor! [class]
Added OSAScript.source
Added OSAScript.init(source: String!)
Added OSAScript.init(source: String!, fromURL: NSURL!, languageInstance: OSALanguageInstance!, usingStorageOptions: OSAStorageOptions)
Added OSAScript.init(source: String!, language: OSALanguage!)
Added OSAScript.url
Added OSAScript.writeToURL(NSURL!, ofType: String!, error: AutoreleasingUnsafeMutablePointer<NSDictionary?>) -> Bool
Added OSAScript.writeToURL(NSURL!, ofType: String!, usingStorageOptions: OSAStorageOptions, error: AutoreleasingUnsafeMutablePointer<NSDictionary?>) -> Bool
Added OSAScriptController
Added OSAScriptController.compileScript(AnyObject!)
Added OSAScriptController.compiling
Added OSAScriptController.language
Added OSAScriptController.recordScript(AnyObject!)
Added OSAScriptController.resultView
Added OSAScriptController.runScript(AnyObject!)
Added OSAScriptController.script
Added OSAScriptController.scriptState
Added OSAScriptController.scriptView
Added OSAScriptController.stopScript(AnyObject!)
Added OSAScriptState [enum]
Added OSAScriptState.Recording
Added OSAScriptState.Running
Added OSAScriptState.Stopped
Added OSAScriptView
Added OSAScriptView.indentWidth
Added OSAScriptView.indentsWrappedLines
Added OSAScriptView.source
Added OSAScriptView.tabWidth
Added OSAScriptView.usesScriptAssistant
Added OSAScriptView.usesTabs
Added OSAScriptView.wrapsLines
Added OSAStorageOptions [struct]
Added OSAStorageOptions.CompileIntoContext
Added OSAStorageOptions.DontSetScriptLocation
Added OSAStorageOptions.Null
Added OSAStorageOptions.PreventGetSource
Added OSAStorageOptions.ShowStartupScreen
Added OSAStorageOptions.StayOpenApplet
Added OSAStorageOptions.init(_: UInt)
Added OSAStorageOptions.init(rawValue: UInt)
Added OSAScriptErrorAppAddressKey
Added OSAScriptErrorAppName
Added OSAScriptErrorAppNameKey
Added OSAScriptErrorBriefMessage
Added OSAScriptErrorBriefMessageKey
Added OSAScriptErrorExpectedTypeKey
Added OSAScriptErrorMessage
Added OSAScriptErrorMessageKey
Added OSAScriptErrorNumber
Added OSAScriptErrorNumberKey
Added OSAScriptErrorOffendingObjectKey
Added OSAScriptErrorPartialResultKey
Added OSAScriptErrorRange
Added OSAScriptErrorRangeKey
Added OSAStorageApplicationBundleType
Added OSAStorageApplicationType
Added OSAStorageScriptBundleType
Added OSAStorageScriptType
Added OSAStorageTextType