On 01/19/2019, at 11:44, MJ BLUE <[email protected] 
<mailto:[email protected]>> wrote:
> I tried to create an apple script with this but was unsuccessful.
> 
> I don't want to perform the search, I just want my saved search to come up 
> with a keystroke instead of having to go into the FIND mode and select the 
> saved search. (I'm having to do this every other minute.)


Hey MJ,

Give this a try:

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

--
Best Regards,
Chris

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or need technical support, please email
"[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <https://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