delete lines containing-delete lines except those containing

Ideas for new features

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
w7my@yahoo.com
Posts: 1
Joined: Tue Apr 13, 2010 9:57 pm
Location: Richland, Wa USA

delete lines containing-delete lines except those containing

Post by w7my@yahoo.com »

I used to have an editor on an old Macintosh that had these features unfortunately I have not found a Windows text editor that has these two.

These features are really useful and would really like to see them in Textpad.
ben_josephs
Posts: 2461
Joined: Sun Mar 02, 2003 9:22 pm

Post by ben_josephs »

To delete lines containing stuff:

Search | Replace... (<F8>):
Find what: .*stuff.*\n
Replace with: [nothing]

[X] Regular expression

Replace All
or

Search | Find... (<F5>):
Find what: stuff

[X] Regular expression

Mark All
Edit | Delete | Bookmarked Lines


To delete lines not containing stuff:

Search | Find... (<F5>):
Find what: stuff

[X] Regular expression

Mark All
Search | Invert All Bookmarks
Edit | Delete | Bookmarked Lines
Post Reply