Chris, That looks simple enough combined with the CMD+up arrow and CMD+f. That would be the same number of strokes as in the old modal find option.
I need to figure out where to put the script. I'll look. Thanks again, doug On Thursday, October 23, 2014 12:54:07 PM UTC+9, Christopher Stone wrote: > > On Oct 22, 2014, at 22:48, Christopher Stone <[email protected] > <javascript:>> wrote: > > The appended script will search-from-top with regex and case-INsensitive. > It saves the last used search-string independently from the find-dialog. > > ______________________________________________________________________ > > Hey Doug, > > Here's one that's more conventional. > > -- > Best Regards, > Chris > > ------------------------------------------------------- > tell *application* "BBEdit" > tell front *text window's* *text* to *select* *insertion point* before > it > *open* find window > end tell > ------------------------------------------------------- > > -- 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].
