On 10/21/2017, at 10:59, David Glencoe <[email protected] 
<mailto:[email protected]>> wrote:
> After upgrading to version 12 I discovered that an AppleScript that had been 
> running successfully while using BBEdit 11 no longer worked properly.


Hey David,

I've used this sort of syntax for some years now:

------------------------------------------------------------------------------
tell application "BBEdit"
    tell front text window's text
        replace "one" using "zero" options {search mode:grep, case 
sensitive:false, starting at top:true}
    end tell
end tell
------------------------------------------------------------------------------

It still works perfectly in BBEdit 12.

--
Take Care,
Chris

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email
"[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/bbedit.

Reply via email to