- Timestamp:
- 2016-01-17T16:11:58+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/tagging/presets/items/Text.java
r9492 r9503 44 44 /** The default value for the item. If not specified, the current value of the key is chosen as default (if applicable). Defaults to "". */ 45 45 public String default_; // NOSONAR 46 /** The original value */ 46 47 public String originalValue; // NOSONAR 47 48 /** whether the last value is used as default. Using "force" enforces this behaviour also for already tagged objects. Default is "false".*/ … … 51 52 * A button will be shown next to the text field for each value, allowing the user to select auto-increment with the given stepping. 52 53 * Auto-increment only happens if the user selects it. There is also a button to deselect auto-increment. 53 * Default is no auto-increment. Mutually exclusive with {@link use_last_as_default}.54 * Default is no auto-increment. Mutually exclusive with {@link #use_last_as_default}. 54 55 */ 55 56 public String auto_increment; // NOSONAR
Note:
See TracChangeset
for help on using the changeset viewer.