Page 1 of 1

How to remove lines in Textpad?

Posted: Thu Dec 08, 2011 1:59 am
by mizhael
Hi all,

If I have some text as follows:

And I would like to remove the lines with "Delt.1.arithmetic Delt.1.arithmetic " in the fastest and most productive way...

How to do that?

Thanks a lot!

...
Delt.1.arithmetic Delt.1.arithmetic
0.0004289906 0.0258916524 0.5232560174
Delt.1.arithmetic Delt.1.arithmetic
-0.0002379848 0.0112676615 0.4156675987
Delt.1.arithmetic Delt.1.arithmetic
0.000704731 0.009781252 0.005548487
Delt.1.arithmetic Delt.1.arithmetic
0.0002703709 0.0101690349 0.3055682256
Delt.1.arithmetic Delt.1.arithmetic
2.178164e-05 8.483682e-03 9.211733e-01
Delt.1.arithmetic Delt.1.arithmetic
0.000407926 0.008023128 0.050187323
Delt.1.arithmetic Delt.1.arithmetic
-0.0000736221 0.0086106437 0.7417516847
Delt.1.arithmetic Delt.1.arithmetic
8.942794e-06 9.646569e-03 9.714974e-01
Delt.1.arithmetic Delt.1.arithmetic
5.013036e-07 1.061239e-02 9.985473e-01
Delt.1.arithmetic Delt.1.arithmetic
-0.0000406841 0.0085985250 0.8552985649
...

Posted: Thu Dec 08, 2011 8:02 am
by ACRobin
do a "find" and "mark all".

then do "edit", "delete", "bookmarked lines".

you could disable "undo" to make it faster.

Posted: Thu Dec 08, 2011 8:05 am
by ak47wong
1. Click Search > Find.
2. In Find what, enter "Delt.1.arithmetic Delt.1.arithmetic".
3. Click Mark All.
4. Click Edit > Delete > Bookmarked Lines.

Posted: Thu Dec 08, 2011 8:07 am
by ak47wong
Oops, looks like ACRobin beat me to it.