Clipboard copies of a filter - restrict actions not included!

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

Clipboard copies of a filter - restrict actions not included!

Post 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
David
User avatar
DataMystic Support
Site Admin
Posts: 2227
Joined: Mon Jun 30, 2003 12:32 pm
Location: Melbourne, Australia
Contact:

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

Post by DataMystic Support »

Hi David,

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