Changeset 29239 in osm for applications


Ignore:
Timestamp:
2013-02-09T18:34:53+01:00 (11 years ago)
Author:
akks
Message:

Utilsplugin2: improved pasting tags: paste from JOSM, support JSON format

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/actions/PasteTagsExtendedAction.java

    r29234 r29239  
    2626        super(tr("Paste tags [testing]"), "pastetags", tr("Apply tags parsed from buffer to all selected items.."),
    2727            Shortcut.registerShortcut("tools:pastetags", tr("Tool: {0}", tr("Paste tags")),
    28             KeyEvent.VK_T, Shortcut.CTRL), true, "textpastetags", false); // TODO: shortcut is temporary, will be on Ctrl-Shift-V
     28            KeyEvent.VK_T, Shortcut.CTRL), true, "textpastetags", true); // TODO: shortcut is temporary, will be on Ctrl-Shift-V
    2929        //putValue("help", ht("/Action/Paste"));
    3030    }
Note: See TracChangeset for help on using the changeset viewer.