Changes between Version 18 and Version 19 of Help/Action/PasteTags


Ignore:
Timestamp:
2013-02-25T15:21:45+01:00 (11 years ago)
Author:
skyper
Comment:

tag -> key

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/PasteTags

    v18 v19  
    77
    88* If the clipboard contains some JOSM objects copied by [Action/Copy Copy] ('''{{{Ctrl+C}}}'''), then the tags of these copied objects will be added to selected objects.
    9 * If the buffer contains text, it will be parsed to find tag-value pairs. (Since r5738)
     9* If the buffer contains text, it will be parsed to find key-value pairs. (Since r5738)
    1010
    1111=== Text formats ===
    1212Supported text formats are:
    13 * '''TAB-format''': tag1`<tab>`value1`<line break>`tag2`<tab>`value2`<line break>`
    14 * '''A=B-format, copied by properties table''': tag1=value tag2="long value" tag3="hotel \"Quote\""
     13* '''TAB-format''': key1`<tab>`value1`<line break>`key2`<tab>`value2`<line break>`
     14* '''A=B-format, copied by properties table''': key1=value key2="long value" tag3="hotel \"Quote\""
    1515* '''JSON-like:''' { "a":"1", "b":"2" }
    1616* '''Free format:''' a 1 b=2 c="hello world"