Changeset 2946 in josm for trunk/src/org/openstreetmap/josm/gui/tagging/TaggingPreset.java
- Timestamp:
- 06.02.2010 17:37:52 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/tagging/TaggingPreset.java
r2905 r2946 82 82 if (layer == null) return; 83 83 AutoCompletionList list = new AutoCompletionList(); 84 List<String> values = AutoCompletionCache.getCacheForLayer(Main.main.getEditLayer()).getValues(key); 85 list.add(values,AutoCompletionItemPritority.IS_IN_DATASET); 84 AutoCompletionCache.getCacheForLayer(Main.main.getEditLayer()).populateWithTagValues(list, key, false); 86 85 field.setAutoCompletionList(list); 87 86 }
Note: See TracChangeset
for help on using the changeset viewer.
