TextPipe 8.0 stops during a previously well-behaved filter
Posted: Sun Dec 09, 2007 2:59 am
One of my filters I've been using successfully without a hitch since I bought TextPipe Standard 7.9.5 in August has suddenly stopped working after I upgraded to version 8.0 and installed it in accordance with instructions.
The filter just stops at a certain number (98,304) of bytes, and I have to Cancel.
Since emailing Simon, I have isolated the problem to be somewhere within the following lines:
The filter just stops at a certain number (98,304) of bytes, and I have to Cancel.
Since emailing Simon, I have isolated the problem to be somewhere within the following lines:
Code: Select all
|--Comment...
| | Convert the <div2> attribute values using a search & replace list
| |
| |--Restrict to attribute title="..."
| | | [ ] Include quotes
| | | [ ] Include text
| | | [ ] Match case
| | | Max size: 65536
| | |
| | +--Perl pattern [(\w\w\w)] with [$1]
| | | [ ] Match case
| | | [ ] Whole words only
| | | [ ] Case sensitive replace
| | | [ ] Prompt on replace
| | | [ ] Skip prompt if identical
| | | [ ] First only
| | | [ ] Extract matches
| | | Maximum text buffer size 4096
| | | [ ] Maximum match (greedy)
| | | [ ] Allow comments
| | | [X] '.' matches newline
| | | [ ] UTF-8 Support
| | |
| | +--Replace list: C:\Program Files\TextPipe\My Filters\book_names.csv Replace
| | [X] Match case
| | [X] Whole words only
| | [ ] Case sensitive replace
| | [ ] Prompt on replace
| | [ ] Skip prompt if identical
| | [ ] First only
| | [ ] Extract matches
| |
| +--Restrict to attribute n="..."
| | [ ] Include quotes
| | [ ] Include text
| | [ ] Match case
| | Max size: 65536
| |
| +--Perl pattern [(\w\w\w)] with [$1]
| | [ ] Match case
| | [ ] Whole words only
| | [ ] Case sensitive replace
| | [ ] Prompt on replace
| | [ ] Skip prompt if identical
| | [ ] First only
| | [ ] Extract matches
| | Maximum text buffer size 4096
| | [ ] Maximum match (greedy)
| | [ ] Allow comments
| | [X] '.' matches newline
| | [ ] UTF-8 Support
| |
| +--Replace list: C:\Program Files\TextPipe\My Filters\book_numbers.csv Replace
| [X] Match case
| [X] Whole words only
| [ ] Case sensitive replace
| [ ] Prompt on replace
| [ ] Skip prompt if identical
| [ ] First only
| [ ] Extract matches