On Mar 12, 2017, at 4:39 PM, Rob Lewis <[email protected]> wrote:
> 
> The "Process lines containing..." command is very useful. It would also be 
> useful to have an inverse operation to process lines that do not contain the 
> search string. 
> 
> I know that grep's -v option does this, but it doesn't seem to work here. 

It would be convenient, but it’s so easy to work around its absence. Want to 
collect all the lines of the current document NOT containing “foo”?  Cmd-A 
(select all), Cmd-C (copy), Cmd-N (new document), Cmd-V (paste), Process lines 
containing “foo”, check “Delete matched lines,” and Bob’s your uncle.

Varying combinations of “Copy selected lines to clipboard” and “Delete matched 
lines”, “Copy to clipboard,” and “Copy to new document” can accomplish pretty 
much anything you want, with only a few extra keystrokes.

Regards,

        Neil Faiman

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