Changes between Version 19 and Version 23 of Help/Action/PasteTags
- Timestamp:
- (multiple changes)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Action/PasteTags
v19 v23 2 2 = Edit > Paste Tags = 3 3 4 [[ Image(source:trunk/images/pastetags.png)]] ''Keyboard shortcut'': '''{{{Ctrl+Shift+V}}}'''4 [[JOSMImage(pastetags,48,link=,middle,margin-right=20)]] ''Keyboard shortcut'': **`Ctrl+Shift+V`** 5 5 6 '''Paste the [Concepts/Object#Tags tags (properties)] of the contents of the clipboard to the current selection.''' 6 **Paste the [wikitr:/Help/Concepts/Object#Tags tags (properties)] of the contents of the clipboard to the current selection.** 7 7 8 * 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.8 * If the clipboard contains some JOSM objects copied by [wikitr:/Help/Action/Copy Copy] (**`Ctrl+C`**), then the tags of these copied objects will be added to selected objects. 9 9 * If the buffer contains text, it will be parsed to find key-value pairs. (Since r5738) 10 11 In both cases if value conflicts are found a [wikitr:/Help/Action/CombineWay#TagsMembershipsConflictDialog Tags/Memberships conflict dialog] will open to choose the correct values. 10 12 11 13 === Text formats === 12 14 Supported text formats are: 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\""15 * '''JSON-like:'''{ "a":"1", "b":"2" }16 * '''Free format:'''a 1 b=2 c="hello world"15 TAB-format:: key1`<tab>`value1`<line break>`key2`<tab>`value2`<line break>` 16 A=B-format, copied by properties table:: key1=value key2="long value" tag3="hotel \"Quote\"" 17 JSON-like:: { "a":"1", "b":"2" } 18 Free format:: a 1 b=2 c="hello world" 17 19 18 20 See [attachment:ticket:8384:tags.txt tags.txt] for some more complex examples. 19 21 20 22 == See also == 21 * [[Image(source:trunk/images/copy.png,20)]] [Action/Copy Copy] 22 * [[Image(source:trunk/images/paste.png,20)]] [Action/Paste Paste] 23 * [[Image(source:trunk/images/duplicate.png,20)]] [Action/Duplicate Duplicate] 24 * [Concepts/Object Objects] 23 * [[JOSMImage(copy,link=,24,middle)]] [wikitr:/Help/Action/Copy Copy] 24 * [[JOSMImage(copy,link=,24,middle)]] [wikitr:/Help/Action/CopyAllKeyValue Copy Tags] 25 * [[JOSMImage(paste,link=,24,middle)]] [wikitr:/Help/Action/Paste Paste] 26 * [[JOSMImage(duplicate)]] [wikitr:/Help/Action/Duplicate Duplicate] 27 * [wikitr:/Help/Concepts/Object Objects] 25 28 26 29 ---- 27 Back to [Menu/Edit Menu Edit][[Br]] 28 Back to [wiki:/Help Main Help] 30 Back to [wikitr:/Help/Menu/Edit Menu Edit] \\ 31 Back to [wikitr:/Help/Menu Main Menu] \\ 32 Back to [wikitr:/Help Main Help]