• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
[ANN] ASObjC Explorer for Mavericks v3.2.0 available
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ANN] ASObjC Explorer for Mavericks v3.2.0 available


  • Subject: [ANN] ASObjC Explorer for Mavericks v3.2.0 available
  • From: Shane Stanley <email@hidden>
  • Date: Mon, 05 May 2014 13:34:18 +1000

Version 3.2 of ASObjC Explorer for Mavericks, the script editor built to take full advantage of AppleScriptObjC, is now available.

The two main new features are Apple event logging, similar to tradition AppleScript editor logging, in addition to Explorer's own logging; and the ability to specify which thread scripts are run on, to facilitate debugging of scripts that use callbacks and times.

There are also a raft of scripting changes, several extra sample scripts, and improvements in several other areas.

You can read more here:

<http://www.macosxautomation.com/applescript/apps/explorer.html>

The page includes links to the updated sample scripts and details of the changes.

The scripting changes enable my favorite time-saver:

tell application id "au.com.myriad-com.ASObjC-Explorer"
make new document
tell document 1
set calling source to calling source & linefeed & linefeed & "theLib's testIt()"
set script source to script source & linefeed & linefeed & "on testIt()" & linefeed & tab & "testCodeHere" & linefeed & "end testIt"
compile
set compiledSource to script source
tell me to set theOffset to offset of "testCodeHere" in compiledSource
set main selection to {theOffset as text, 12}
end tell
end tell

-- 
Shane Stanley <email@hidden>
<www.macosxautomation.com/applescript/apps/>

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Prev by Date: Re: I need help to customize email with AppleScript
  • Next by Date: Re: I need help to customize email with AppleScript
  • Previous by thread: Re: Quicktime export permissions.
  • Next by thread: Using Automator Workflow
  • Index(es):
    • Date
    • Thread