Changeset 2637 in josm for trunk/src/org
- Timestamp:
- 2009-12-14T17:16:46+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/search/SearchAction.java
r2604 r2637 127 127 + "<li>"+tr("<b>id:</b>... - object with given ID (0 for new objects)")+"</li>" 128 128 + "<li>"+tr("<b>changeset:</b>... - object with given changeset id (0 objects without assigned changeset)")+"</li>" 129 + "<li>"+tr("<b>nodes:</b>... - object with given number of nodes ")+"</li>"129 + "<li>"+tr("<b>nodes:</b>... - object with given number of nodes (nodes:count or nodes:min-max)")+"</li>" 130 130 + "<li>"+tr("<b>tags:</b>... - object with given number of tags (tags:count or tags:min-max)")+"</li>" 131 + "<li>"+tr("<b>timestamp:</b>... - objects with this timestamp (<b>2009-11-12T14:51:09Z</b>, <b>2009-11-12</b> or <b>T14:51</b> ...)")+"</li>" 131 132 + "<li>"+tr("<b>modified</b> - all changed objects")+"</li>" 132 133 + "<li>"+tr("<b>selected</b> - all selected objects")+"</li>"
Note:
See TracChangeset
for help on using the changeset viewer.