Ticket #6430: bug6430.patch

File bug6430.patch, 587 bytes (added by Hojoe, 11 years ago)

Selects all characters if the 'value' gets the focus.

  • src/org/openstreetmap/josm/gui/dialogs/properties/TagEditHelper.java

     
    504504                   Collections.sort(valueList, comparator);
    505505
    506506                   values.setPossibleACItems(valueList);
     507                   values.getEditor().selectAll();
    507508                   objKey=key;
    508509               }
    509510           };