Changes between Version 91 and Version 92 of TaggingPresets


Ignore:
Timestamp:
2014-11-06T01:00:40+01:00 (11 years ago)
Author:
Klumbumbus
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TaggingPresets

    v91 v92  
    170170   Whether to insert "[preset name]" label in dialog (defaults to "false" for backward-compatibility on external presets).
    171171 '''length="a number"'''::
    172    The length of input box (number of characters allowed).
     172   The length of a <text> box (number of characters allowed).
    173173 '''alternative_autocomplete_keys="some_key(s)"'''::
    174    A comma separated list of alternative keys to use for autocompletion.
     174   A comma separated list of alternative keys to use for autocompletion of <text>.
    175175 '''auto_increment="-2,-1,+1,+2"'''::
    176    May contain a comma separated list of integer increments or decrements, e.g. "-2,-1,+1,+2". A button will be shown next to the text field for each value, allowing the user to select auto-increment with the given stepping. Auto-increment only happens if the user selects it. Default is no auto-increment. Mutually exclusive with use_last_as_default.
     176   May contain a comma separated list of integer increments or decrements, e.g. "-2,-1,+1,+2". A button will be shown next to the <text> field for each value, allowing the user to select auto-increment with the given stepping. Auto-increment only happens if the user selects it. There is also a button to deselect auto-increment. Default is no auto-increment. Mutually exclusive with ''use_last_as_default''.
    177177
    178178== Format description from XML document (needs to be joined with above texts) ==