Hi, Chris!

On 30 Oct 2016, at 18:09, Christopher Stone wrote:

BBEdit does not allow mass editing of multiple highlighted instances of text (although I think this feature is in the pipeline somewhere).

Is it?


If you want quick and efficient then a text filter is the way to go:

#!/usr/bin/env perl -0777 -nsw
s! *\(Viewed\) *(?=[\n\r])!!ig;
s!\nVideo *! !ig;
print;

This works fine, thanks!

Any chance to extend the text filter with my 4th delete:

I would like to delete all the lines saying "Save <name of chapter>".

?

Thanks again!


Regards,
Vlad


--
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.

Reply via email to