Remove lines filter - only processes one line range
Posted: Thu Jan 11, 2018 3:05 am
I have the following two Remove lines filters:
This works OK.
Initially, I tried to combine these as one Remove lines filter, but the second range did not get processed!
I rather think there may be a software bug.
Even placing them on the same line with a comma separator was to no avail.
I suspect there's something amiss in general with the Field Specification feature.
It would also be useful if the context help page for the Remove lines filter had a link to this page.
cf. The link is found (e.g.) in the context help for the Restrict to line range filter.
Best regards,
David
Code: Select all
Comment...
| Remove top and bottom lines
|
|--Remove lines:1..133
|
+--Remove lines:-19..-0
Initially, I tried to combine these as one Remove lines filter, but the second range did not get processed!
Code: Select all
Comment...
| Remove top and bottom lines
|
+--Remove lines:1..133
-19..-0
Even placing them on the same line with a comma separator was to no avail.
Code: Select all
Comment...
| Remove top and bottom lines
|
+--Remove lines:1..133, -19..-0
It would also be useful if the context help page for the Remove lines filter had a link to this page.
cf. The link is found (e.g.) in the context help for the Restrict to line range filter.
Best regards,
David