Changes between Initial Version and Version 7 of Ticket #8177


Ignore:
Timestamp:
2019-11-03T23:07:37+01:00 (3 years ago)
Author:
Don-vip
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8177

    • Property Keywords preset check added
    • Property Cc malcolmh added
    • Property Component changed from External preset to Core
  • Ticket #8177 – Description

    initial v7  
    11I am writing very complexe presets for extremely complex tagging schemes, and have seen the need to set several keys in one check. I would like something like this:
    22
     3{{{
     4#!xml
    35<check text="My check" default="off">
    46 <check_entry key="my_first_key" value_on="foo" value_off="bar"/>
    57 <check_entry key="my_second_key" value_on="bar" value_off="foo"/>
    68</check>
     9}}}
    710
    811I have several places in my preset a set of different keys that have fixed values depending on what I check, currently I have done that as several checks after each other, but find this a little inconviniente as all the values depend on each other.