Changes between Version 17 and Version 18 of Help/Dialog/CommandStack
- Timestamp:
- 2020-07-20T11:48:46+02:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Dialog/CommandStack
v17 v18 4 4 = Command Stack Dialog = 5 5 6 [[JOSMImage(dialogs/commandstack, middle)]] ''Keyboard shortcut'': '''{{{Alt+Shift+O}}}''' — one of the [wikitr:/Help/ToggleDialogs#Toactivateawindow JOSMwindows]6 [[JOSMImage(dialogs/commandstack,link=,48,middle,margin-right=20)]] ''Keyboard shortcut'': '''{{{Alt+Shift+O}}}''' — one of the [wikitr:/Help/ToggleDialogs#Toactivateawindow JOSM panels] 7 7 8 This window shows all commands issued. [[Image(command_list_dialog.png,right,margin-left=10,margin-bottom=10)]] 8 This sidebar panel shows all commands issued. [[Image(command_list_dialog.png,link=,right,margin-left=10,margin-bottom=10)]] 9 9 10 10 11 == Usage == 11 This windowcan be used to spot mistakes during editing in JOSM and to undo/redo several actions at once.12 This panel can be used to spot mistakes during editing in JOSM and to undo/redo several actions at once. 12 13 13 **Note**: Josm uses only one stack for all OSM-Data layers and there is no indication of layer switches in the window. 14 **Note**: Josm uses only one stack for all OSM-Data layers and there is no indication of layer switches in the panel. 15 14 16 15 17 == Stack List == 16 18 The stack displays one action per line with: 17 * [[JOSMImage(data/key ,middle)]] **Tags** representing changes ontags18 * [[ Image(source://trunk/images/data/sequence.svg,middle)]] **Sequence** representing geometrical changes on objects like adding, moving and deletingnodes or ways19 * [[JOSMImage(data/relation ,middle)]] **Relation** representing changes of relations only20 If multiple objects were changed in one action unfolding by clicking on the [[ Image()]] anchor on the left will show one object per line. Depending on the action folding might not be supported or even another unfold is needed to show the objects.19 * [[JOSMImage(data/key)]] **Tags** representing changes on [wikitr:/Help/Concepts/Object#Tag1 tags] 20 * [[JOSMImage(data/sequence)]] **Sequence** representing geometrical changes on objects like adding, moving and deleting [[JOSMImage(data/node)]] [wikitr:/Help/Concepts/Object#Nodes nodes] or [[JOSMImage(data/way)]] [wikitr:/Help/Concepts/Object#Ways ways] 21 * [[JOSMImage(data/relation)]] **Relation** representing changes of [[JOSMImage(data/relation)]] [wikitr:/Help/Concepts/Object#Relations relations] only 22 If multiple objects were changed in one action unfolding by clicking on the [[JOSMImage(svpRight,link=,8,middle)]] anchor on the left will show one object per line. Depending on the action folding might not be supported or even another unfold is needed to show the objects. 21 23 22 24 A thin horizontal line displays the current position with in the stack which is rendered in [wikitr:/Help/MapView Map View]. 23 25 26 24 27 == Control buttons == 25 **Note:** Depending on the selection in the stack either the [[JOSMImage(undo,24,middle)]] Undo button or the [[JOSMImage(redo,24,middle)]] Redo button is active but never both. 28 **Note:** Depending on the selection in the stack either the [[JOSMImage(undo,link=,24,middle)]] Undo button or the [[JOSMImage(redo,link=,24,middle)]] Redo button is active but never both. 26 29 27 30 === Select ===#Select 28 [[JOSMImage(dialogs/select ,middle)]] **Select** selects all objects which are not deleted and were modified by the currently selected action in the stack. If an object is selected in the stack it is selected.31 [[JOSMImage(dialogs/select)]] **Select** selects all objects which are not deleted and were modified by the currently selected action in the stack. If an object is selected in the stack it is selected. 29 32 30 33 === Undo === 31 [[JOSMImage(undo,24,middle)]] **Undo** reverts all changes up to the currently selected action in the stack including the selected one. 34 [[JOSMImage(undo,link=,24,middle)]] **Undo** reverts all changes up to the currently selected action in the stack including the selected one. 32 35 33 36 === Redo === 34 [[JOSMImage(redo,24,middle)]] **Redo** reapplies all previously reverted changes down to the currently selected action in the stack including the selected one. 37 [[JOSMImage(redo,link=,24,middle)]] **Redo** reapplies all previously reverted changes down to the currently selected action in the stack including the selected one. 35 38 36 39 37 40 == Context Menu == 38 ||= Icon =||=Description =||39 || [[JOSMImage(dialogs/select ,middle)]]|| **Select** selects objects. Same action as control button [#Select Select]. ||40 || [[JOSMImage(dialogs/autoscale/selection)]] || **Select and zoom** additionally to selecting zooms on selected objects in Map View. || 41 ||= **Icon** =||= **Description** =|| 42 || [[JOSMImage(dialogs/select)]] || **Select** selects objects. Same action as control button [#Select Select]. || 43 || [[JOSMImage(dialogs/autoscale/selection)]] || **Select and zoom** additionally to selecting zooms on selected objects in Map View. || 41 44 42 45 == See also == 43 * [[JOSMImage(undo,24,middle)]] [wikitr:/Help/Action/Undo Undo] 44 * [[JOSMImage(redo,24,middle)]] [wikitr:/Help/Action/Redo Redo] 46 * [[JOSMImage(undo,link=,24,middle)]] [wikitr:/Help/Action/Undo Undo] 47 * [[JOSMImage(redo,link=,24,middle)]] [wikitr:/Help/Action/Redo Redo] 45 48 46 49 ---- 47 Back to [wikitr:/Help/ToggleDialogs Windows][[BR]]50 Back to [wikitr:/Help/ToggleDialogs Sidebar panels] \\ 48 51 Back to [wikitr:/Help Main Help]
