On Nov 27, 2012, at 13:16, Maria Fisher <[email protected]> wrote:
> In the TextFactories area, I see you can select the "Process Lines
> Containing" action, but I can only "Delete matched lines." I was hoping to
> use the "Report results" option, but that seems to be greyed out.
______________________________________________________________________
Hey Maria,
This can be done easily with Applescript:
tell application "BBEdit"
activate
tell text of front text window
set procLines to process lines containing matching string "a href=" output
options {copying to new document:true, reporting results:true} with matching
with grep
end tell
end tell
--
Best Regards,
Chris
--
--
You received this message because you are subscribed to the
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
<http://groups.google.com/group/bbedit?hl=en>
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>