Page 1 of 1

Clipboard copies of a filter - restrict actions not included!

Posted: Sun Jan 07, 2018 5:48 am
by dfhtextpipe
Here's a filter I just made:

Code: Select all

Comment...
|  Normalize to NFC excluding any Hebrew text
|  
|  NB. Does not expect any alphabetical presentation forms!
|
+--Perl pattern [[\x{0590}-\x{05FF}]+] with []
   |  [X] 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
   |
   +--NFC - Canonical Decomposition, followed by Canonical Composition
       
The Restrict to pattern filter Action is Send non-matching text to subfilter, but you can't tell from the clipboard copy.

This renders the clipboard copy useless for illustration / documentation purposes!

Was it always like this, or has something been changed inadvertently?

Best regards,

David

Re: Clipboard copies of a filter - restrict actions not included!

Posted: Fri Jan 26, 2018 8:35 pm
by DataMystic Support
Hi David,

It's always been like this, but we have added this feature for 10.6.2.