Thanks - that's helpful! I also found an Applescript to check the various options as well but I didn't have the exact syntax to the text boxes. I use a boatload of programming languages but Applescript always seems to be a struggle :)
I've got a few ways to get this done now - thanks everybody! On Wednesday, January 11, 2017 at 9:52:21 PM UTC, Christopher Stone wrote: > > > Hey Ben, > > That's easy with AppleScript: > > -------------------------------- > *tell* *application* "BBEdit" > *tell* find window > *set* *text* 1 *to* "Find Pattern" > *set* *text* 2 *to* "Replace Pattern" > *end* *tell* > *end* *tell* > -------------------------------- > > The only caveat is that the Find window MUST BE OPEN when you run the > script. > > -- > Best Regards, > 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.
