Remove all

Get help with installation and running here.

Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators

Post Reply
dfhtextpipe
Posts: 986
Joined: Sun Dec 09, 2007 2:49 am
Location: UK

Remove all

Post by dfhtextpipe »

Why is the Remove all filter restricted to TextPipe Std & TextPipe Pro ?

After all, it's not as if the same result cannot be obtained by the following means:

Code: Select all

|--Comment...
|  |  Remove all
|  |
|  |--Perl pattern [^(.*)$] with []
|  |     [ ] Match case
|  |     [ ] Whole words only
|  |     [ ] Case sensitive replace
|  |     [ ] Prompt on replace
|  |     [ ] Skip prompt if identical
|  |     [ ] First only
|  |     [ ] Extract matches
|  |     Maximum text buffer size 4096
|  |     [X] Maximum match (greedy)
|  |     [ ] Allow comments
|  |     [ ] '.' matches newline
|  |     [X] UTF-8 Support
|  |   
|  +--Remove blank lines
IMHO, Remove all is such a trivial filter that it warrants downgrading even to TextPipe Lite.

David
David
User avatar
DataMystic Support
Site Admin
Posts: 2227
Joined: Mon Jun 30, 2003 12:32 pm
Location: Melbourne, Australia
Contact:

Re: Remove all

Post by DataMystic Support »

There are many 'convenience' filters that create very complex underlying patterns.

I have just added this line to the help:
Unlike a pattern match filter that matches everything and then throws it away, this filter is far more efficient, especially for large files, as it signals completion back to the input filter so only the first chunk of a multi-gigabyte file will ever get processed.
dfhtextpipe
Posts: 986
Joined: Sun Dec 09, 2007 2:49 am
Location: UK

Re: Remove all

Post by dfhtextpipe »

Thanks Simon.

That clarifies it well.

btw. I am already pleased that Remove all is no longer restricted to Pro.

David
David
User avatar
DataMystic Support
Site Admin
Posts: 2227
Joined: Mon Jun 30, 2003 12:32 pm
Location: Melbourne, Australia
Contact:

Re: Remove all

Post by DataMystic Support »

:-)

We are trying to move eventually to a position where Pro has just Mainframe functions as the extras.

The help file has been updated a lot to reflect this, but discrepancies will still crop up.

Please continue to let us know what you find - it has been very helpful to have your intelligent feedback. I also hope that the speed of updates suits you!
Post Reply