Ticket #4167: josm-document-tags-and-timestamp-search.patch

File josm-document-tags-and-timestamp-search.patch, 1.4 KB (added by avarab@…, 15 years ago)

Document tags:/timestamp:

  • src/org/openstreetmap/josm/actions/search/SearchAction.java

     
    126126                    + "<li>"+tr("<b>user:anonymous</b> - all objects changed by anonymous users")+"</li>"
    127127                    + "<li>"+tr("<b>id:</b>... - object with given ID (0 for new objects)")+"</li>"
    128128                    + "<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>"
    130130                    + "<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>"
    131132                    + "<li>"+tr("<b>modified</b> - all changed objects")+"</li>"
    132133                    + "<li>"+tr("<b>selected</b> - all selected objects")+"</li>"
    133134                    + "<li>"+tr("<b>incomplete</b> - all incomplete objects")+"</li>"