Changeset 19484 in josm
- Timestamp:
- 2026-02-03T07:41:24+01:00 (38 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/properties/TagEditHelper.java
r19483 r19484 151 151 public static final StringProperty PROPERTY_TAGS_TO_IGNORE = new StringProperty("properties.recent-tags.ignore", 152 152 new SearchSetting().writeToString()); 153 /** The preference filter for tag keys for which values should not be auto-completed, since xxx*/153 /** The preference filter for tag keys for which values should not be auto-completed, since r19483 */ 154 154 public static final StringProperty NO_AUTOCOMPLETE_KEYS = new StringProperty("properties.autocomplete.exclude-keys", 155 155 new SearchSetting().writeToString());
Note:
See TracChangeset
for help on using the changeset viewer.
