Changeset 13432 in josm


Ignore:
Timestamp:
2018-02-17T18:11:50+01:00 (6 years ago)
Author:
Klumbumbus
Message:

see #15943 - adjust search hints. reorder, fix key= to key and add the new key=

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/search/SearchAction.java

    r13317 r13432  
    484484                GBC.eol());
    485485        hintPanel.add(new SearchKeywordRow(hcbSearchString)
     486                .addKeyword("<i>key</i>", null, tr("matches if ''key'' exists"))
    486487                .addKeyword("<i>key</i>=<i>value</i>", null, tr("''key'' with exactly ''value''"))
    487488                .addKeyword("<i>key</i>=*", null, tr("''key'' with any value"))
     489                .addKeyword("<i>key</i>=", null, tr("''key'' with empty value"))
    488490                .addKeyword("*=<i>value</i>", null, tr("''value'' in any key"))
    489                 .addKeyword("<i>key</i>=", null, tr("matches if ''key'' exists"))
    490491                .addKeyword("<i>key</i>><i>value</i>", null, tr("matches if ''key'' is greater than ''value'' (analogously, less than)"))
    491492                .addKeyword("\"key\"=\"value\"", "\"\"=\"\"",
Note: See TracChangeset for help on using the changeset viewer.