Changes between Version 17 and Version 18 of Help/Plugin/ExtendedClipboard
- Timestamp:
- 2025-11-25T19:02:42+01:00 (6 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Plugin/ExtendedClipboard
v17 v18 1 1 [[TranslatedPages]] 2 [[PageOutline(2-4,Table of Content)]] 2 3 3 4 = ExtendedClipboard Plugin = 4 5 6 5 7 == Extended Clipboard Panel == 6 7 [[Image(ExtendedClipboard.png)]]8 9 8 [[Image(extendedclipboard.svg, 48px, middle)]] ''keyboard shortcut'': **`Ctrl+Alt+B`** 10 9 11 10 This panel can contain up to 10 distinct clipboards (per layer) to store and restore selections. 12 11 12 [[Image(ExtendedClipboard.png)]] 13 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 == … … 88 89 89 90 === Usage === 90 91 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. 92 92 … … 100 100 101 101 === Context menu === 102 103 102 || [[JOSMImage(download,24px,middle)]] ||\ 104 103 || Import node template from preset ||\ … … 133 132 134 133 ==== Edit node template ==== 135 136 134 [[Image(edit_node_template.png, 200px)]] 137 135 … … 139 137 140 138 === Preferences === 141 142 To change preferences left click on the preference icon [[JOSMImage(preference)]] in the title bar, a menu will open: 139 To change preferences left click on the preference icon [[JOSMImage(preference)]] in the Node Template List Panel title bar, a menu will open: 143 140 144 141 [[Image(nodetemplatelist_pref.png)]] 142 143 144 ---- 145 Back to [wikitr:/Help Main Help] \\ 146 Back to [wiki:/PluginsSource#bytvbrene external plugin in JOSM-GitHUB]
