I could get over the lack of programmable file groups if I could make a text factory to create a series of search results browsers. That would be really handy...

You could do that with AppleScript:

tell application "BBEdit"

    set f to choose file

find "One term" searching in f options {search mode:grep, case sensitive:true, match words:true, extend selection:false} without text files only

--repeat finds as necessary

    apply Text Factory "Make Uppercase" to {every results browser}

end tell


--
Steve Kalkwarf
<[EMAIL PROTECTED]>


--
------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml>
List archives: <http://www.listsearch.com/BBEditTalk.lasso>
To unsubscribe, send mail to:  <[EMAIL PROTECTED]>

Reply via email to