Ticket #4167: josm-document-tags-and-timestamp-search.patch
| File josm-document-tags-and-timestamp-search.patch, 1.4 KB (added by , 16 years ago) |
|---|
-
src/org/openstreetmap/josm/actions/search/SearchAction.java
126 126 + "<li>"+tr("<b>user:anonymous</b> - all objects changed by anonymous users")+"</li>" 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>" 133 134 + "<li>"+tr("<b>incomplete</b> - all incomplete objects")+"</li>"
