Changes between Version 7 and Version 25 of Help/Plugin/ExtendedClipboard
- Timestamp:
- (multiple changes)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Plugin/ExtendedClipboard
v7 v25 1 1 [[TranslatedPages]] 2 [[PageOutline(2-4,Table of Content)]] 2 3 3 4 = ExtendedClipboard Plugin = 4 5 6 5 7 == Extended Clipboard Panel == 8 [[Image(extendedclipboard.svg, 48px, middle)]] ''keyboard shortcut'': **`Alt+Ctrl+Shift+E`** 9 10 This panel can contain up to 10 distinct clipboards (per layer) to store and restore selections. 6 11 7 12 [[Image(ExtendedClipboard.png)]] 8 13 9 [[Image(extendedclipboard.svg, 48px, middle)]] ''keyboard shortcut'': **`Ctrl+Alt+B`**10 11 **This panel can contain up to 10 distinct clipboards (per layer) to store and restore selections.12 13 14 === Usage === 14 15 15 Select objects in the map view and press **`D`** or click on button [[JOSMImage(dialogs/add)]] to add those objects to the selected clipboard. To add the object to a new clipboard press **`Ctrl+Shift+D`** or hold **`Ctrl`** and click [[JOSMImage(dialogs/add)]]. 16 16 … … 24 24 25 25 === Context menu === 26 ||= **Icon** =||= **Name** =||= **Description and notes** =|| 26 ||= **Icon** =||= **Name** =||= **Keyboard shortcut** =||= **Description and notes** =|| 27 27 || [[JOSMImage(save)]] ||\ 28 || Remember clipboard name ||\ 28 || Remember clipboard name || ||\ 29 29 || Save the name of the clipboard. A saved clipboard name will be restored at startup (without the previous objects). || 30 30 || [[JOSMImage(purge)]] ||\ 31 || Unremember clipboard name ||\ 31 || Unremember clipboard name || ||\ 32 32 || The name of the clipboard will be forgotten, so that it will not be restored at startup. || 33 33 || [[JOSMImage(dialogs/add)]] ||\ 34 || Add current selection to selected clipboard ||\ 35 || Stores the current selection of objects in the selected clipboard. If no clipboard is selected, all of the objects currently selected are already stored in the selected clipboard or if **`Ctrl`** is held when clicking on this button a new clipboard is created and the current selection is stored in the newly created clipboard. \\\\''keyboard shortcut'': **`D`**||34 || Add current selection to selected clipboard || **`D`** ||\ 35 || Stores the current selection of objects in the selected clipboard. If no clipboard is selected, all of the objects currently selected are already stored in the selected clipboard or if **`Ctrl`** is held when clicking on this button a new clipboard is created and the current selection is stored in the newly created clipboard. || 36 36 || [[Image(addnew.svg,center,24px)]] ||\ 37 || Add current selection to new clipboard ||\ 38 || Stores the current selection of objects in a newly created clipboard. \\\\''keyboard shortcut'': **`Ctrl+Shift+D`**||37 || Add current selection to new clipboard || **`Ctrl+Shift+D`** ||\ 38 || Stores the current selection of objects in a newly created clipboard. || 39 39 || [[Image(remove.svg,center,24px)]] ||\ 40 || Remove current selection from selected clipboard ||\ 40 || Remove current selection from selected clipboard || ||\ 41 41 || Removes all currently selected objects that are stored in the selected clipboard. || 42 || ||42 || 43 43 || [[JOSMImage(purge)]] ||\ 44 || Clear selected clipboard ||\ 44 || Clear selected clipboard || ||\ 45 45 || Removes all objects that are stored in the selected clipboard. || 46 46 || [[JOSMImage(dialogs/reverse)]] ||\ 47 || Reverse order of objects of selected clipboard ||\ 47 || Reverse order of objects of selected clipboard || ||\ 48 48 || Reverses the order of the objects of the selected clipboard. If **`Ctrl`** is held down when clicking of this button the reversed ordered objects will be stored in a new clipboard. || 49 49 || [[Image(reverseadd.svg,center,24px)]] ||\ 50 || Reverse order of objects of selected clipboard and add them to new clipboard ||\ 50 || Reverse order of objects of selected clipboard and add them to new clipboard || ||\ 51 51 || Reverses the order of the objects of the selected clipboard and stores them in a new clipboard. || 52 52 || [[JOSMImage(dialogs/select)]] ||\ 53 || Restore selection of objects of the selected clipboard ||\ 53 || Restore selection of objects of the selected clipboard || ||\ 54 54 || All objects of the selected clipboard will be selected in JOSM. || 55 55 || [[JOSMImage(data/node,middle)]] ||\ 56 || Select nodes ||\ 56 || Select nodes || ||\ 57 57 || Select only the nodes of selected clipboard. || 58 58 || [[JOSMImage(data/way,middle)]] ||\ 59 || Select ways ||\ 59 || Select ways || ||\ 60 60 || Select only the ways of selected clipboard. || 61 61 || [[JOSMImage(dialogs/relationlist,28,link=,middle)]] ||\ 62 || Select in relation list ||\ 62 || Select in relation list || ||\ 63 63 || Selects the relation in the [wikitr:/Help/Dialog/RelationList relation panel] || 64 64 || [[JOSMImage(dialogs/select,middle)]] ||\ 65 || Select relation ||\ 65 || Select relation || ||\ 66 66 || Selects the relation in the main map selection. || 67 67 || [[JOSMImage(selectall,middle)]] ||\ 68 || Select members ||\ 68 || Select members || ||\ 69 69 || Selects all members of the relation in main map selection. || 70 70 || [[Image(addclipboard.svg,center,24px)]] ||\ 71 || Create new clipboard ||\ 71 || Create new clipboard || ||\ 72 72 || Creates a new, empty clipboard. || 73 73 || [[JOSMImage(dialogs/edit)]] ||\ 74 || Edit name of selected clipboard ||\ 74 || Edit name of selected clipboard || ||\ 75 75 || Shows an input dialog to change the name of the selected clipboard. || 76 || ||76 || 77 77 || [[JOSMImage(dialogs/delete)]] ||\ 78 || Delete selected clipboard ||\ 78 || Delete selected clipboard || ||\ 79 79 || Deletes the selected clipboard (all objects stored are lost for reselection). || 80 80 81 81 82 == Node Template List Panel == 82 83 83 [[Image(nodetemplatelist_v 2.png)]]84 [[Image(nodetemplatelist_v3.png)]] 84 85 85 [[Image(nodes.svg, 48px, middle)]] ''keyboard shortcut'': **`Ctrl+Shift+ Alt+B`**86 [[Image(nodes.svg, 48px, middle)]] ''keyboard shortcut'': **`Alt+Ctrl+Shift+N`** 86 87 87 **This panel can store templates for node creation.88 This panel can store templates for node creation/direct tagging of selected nodes and ways. The node templates are displayed in columns dependent on the available vertical space. By default a maximum of 3 columns is used. This can be configured in the preferences to up to 7 columns. 88 89 89 90 === Usage === 91 To add node templates select nodes/ways in the map view and click on the button [[JOSMImage(dialogs/add)]] or right click on the node template list and select [[JOSMImage(download)]] `Import node template from preset` from the context menu to import a node template from a JOSM preset. The templates will be added to the list for each node that has at least one tag. 90 92 91 To add node templates select nodes in the map view andclick onbutton[[JOSMImage(dialogs/add)]] or right click on the node template list and select **Import node template from preset** from the context menu to import a node template from a JOSM preset. The templates will be added to the list for each node that has at least one tag.93 To create a new node from the template double click on a template or select it and click on the [[JOSMImage(copy,32px,middle)]] button. The new node is then stored inside the JOSM clipboard and can be added to the map view with **`Ctrl+V`** or by choosing **Paste** from the **Edit** menu. Alternatively tripple click on a node template or click on the [[JOSMImage(paste,32px,middle)]] button to directly paste the new node at the center of the map view, the node template will also be stored in the clipboard for further use. 92 94 93 To create a new node from the template double click on a template or select it and click on the [[JOSMImage(copy,32px,middle)]] button. The new node is then stored inside the JOSM clipboard and can be added to the map view with **`Ctrl+V`** or by choosing **Paste** from the **Edit** menu. Alternatively tripple click on a node template or click on the [[JOSMImage(paste,32px,middle)]] button to directly paste the new node at the center of the map view. 95 By default the tags present for a node template will be added to the current selection in the map view, when clicking on a node template. Selecting a node template will also activate the auto tagging which will add the tags of the selected node template to each node/way (dependent on the node/way tagging set for the node template) that is going to be selected in the map view. By default the auto tagging is active for 10 seconds, each new selection resets the timer to it's start value. To stop auto tagging either click to deselect the checkbox `Auto tag selection` or press `V` on the keyboard. 96 97 The tagging by selecting node templates and the auto tagging on selection can be disabled in the preferences. To start auto tagging with timer, when it has been disabled for selecting node templates, left click 4 times or use `Alt+Left Click` on a node template. To start auto tagging without timer left click 5 times or use `Alt+Shift+Left Click` on a node template. If you want to activate auto tagging without timer for an already selected node template you can also `Alt+Shift+Left Click` on the checkbox `Auto tag selection`. 94 98 95 99 The node template list is saved for future JOSM sessions. 96 100 101 === Node templates in toolbar === 102 103 [[Image(toolbar_node_templates.png)]] 104 105 Each node template that has an icon can be put into the toolbar of JOSM. Those node templates are then accessible even if the Node Template List Panel is closed or hidden. 106 107 The actions can be found in `Presets->Node Template List` under the available actions in configuring of the toolbar. 108 109 The node templates in the toolbar will show a little node icon at the bottom right corner to mark them as node templates. Node templates in the toolbar support tagging by selection (one click on the icon), copy (2 clicks on the icon) and paste [and copy] (3 clicks on the icon) to create new nodes. Depending on the selection and the type setting of the node template the node templates in the toolbar might be disabled if the selection doesn't match the type of the node template. Usage of `Ctrl` and `Shift` options for tagging is also supported. 110 97 111 === Context menu === 98 99 || [[JOSMImage(download)]] ||\ 112 || [[JOSMImage(download,24px,middle)]] ||\ 100 113 || Import node template from preset ||\ 101 114 || Imports a node template from a JOSM preset. || 102 || [[JOSMImage(dialogs/sort)]] ||\ 115 || [[JOSMImage(dialogs/sort,24px,middle)]] ||\ 103 116 || Sort list alphabetically ||\ 104 || Sorts the node template alphabetically. || 105 || [[JOSMImage(dialogs/edit)]] ||\ 106 || Edit name of selected node template ||\ 107 || Shows an input dialog to change the name of the selected node template. || 108 || [[JOSMImage(copy,32px,middle)]] ||\ 117 || Sorts the node templates alphabetically. (Separators will be removed.) || 118 || [[JOSMImage(dialogs/reverse,24px,middle)]] ||\ 119 || Sort list manually ||\ 120 || Opens dialog with buttons to sort the list entries. || 121 || [[Image(hseparator.svg,24px,middle)]] ||\ 122 || Insert separator ||\ 123 || Inserts a separator above the selected list entry. || 124 || [[JOSMImage(copy,24px,middle)]] ||\ 109 125 || Copy new node from selected template to JOSM clipboard ||\ 110 126 || Create a new node from the selected node template and store it in the JOSM clipboard. || 111 || [[JOSMImage(dialogs/delete)]] ||\ 127 || [[JOSMImage(paste,24px,middle)]] ||\ 128 || Create new node from selected template and paste it directly into the map view ||\ 129 || Create a new node from the selected node template, paste it into the map view and store it in the JOSM clipboard. || 130 || [[JOSMImage(data/way,24px,middle)]] ||\ 131 || Allow usage for unclosed ways on selection ||\ 132 || If selected the node template will work for auto tagging and tagging on selecting the node template when the selected object is a way, that is not closed. || 133 || [[JOSMImage(data/closedway,24px,middle)]] ||\ 134 || Allow usage for closed ways on selection ||\ 135 || If selected the node template will work for auto tagging and tagging on selecting the node template when the selected object is a closed way. || 136 || [[Image(not_for_nodes.svg,center,24px)]] ||\ 137 || Not for nodes ||\ 138 || Disables the node template for use on nodes. The node template no longer can be pasted or copied into the clipboard. || 139 || [[JOSMImage(presets/misc/no_icon,24px,middle)]] ||\ 140 || Only for untagged objects ||\ 141 || The tags of the node template will only be added to objects that are still untagged. || 142 || [[JOSMImage(imagery_menu,24px,middle)]] ||\ 143 || Select icon for selected node template from preset ||\ 144 || Imports an icon for the selected node template from a JOSM preset. || 145 || [[JOSMImage(dialogs/edit,24px,middle)]] ||\ 146 || Edit selected node template ||\ 147 || Shows an input dialog to change the name of the selected node template. || 148 || [[JOSMImage(dialogs/delete,24px,middle)]] ||\ 112 149 || Delete selected node template ||\ 113 150 || Deletes the selected node template. || 151 152 ==== Edit node template ==== 153 [[Image(edit_node_template.png, 200px)]] 154 155 In the edit dialog the tags to be set for the node template can be changed. Additionally optional tags can be entered for `Ctrl+Left click` and `Shift+Left click`. Those respective tags will be set for the new created node when the `Ctrl` or `Shift` is pressed when clicking the left mouse button. This will also work for tagging with selection and auto tagging but will only work with `Ctrl` for drawing lines while auto tagging. If both keys are held while tagging with selection the optional tags currently present for the selected object will be removed. 156 157 === Preferences === 158 To change preferences left click on the preference icon [[JOSMImage(preference)]] in the Node Template List Panel title bar, a menu will open: 159 160 [[Image(nodetemplatelist_pref.png)]] 161 162 163 ---- 164 Back to [wikitr:/Help Main Help] \\ 165 Back to [wiki:/PluginsSource#bytvbrene external plugin in JOSM-GitHUB]
