Changes between Version 91 and Version 92 of TaggingPresets
- Timestamp:
- 2014-11-06T01:00:40+01:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TaggingPresets
v91 v92 170 170 Whether to insert "[preset name]" label in dialog (defaults to "false" for backward-compatibility on external presets). 171 171 '''length="a number"''':: 172 The length of inputbox (number of characters allowed).172 The length of a <text> box (number of characters allowed). 173 173 '''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>. 175 175 '''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 textfield 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''. 177 177 178 178 == Format description from XML document (needs to be joined with above texts) ==
