Changes between Version 17 and Version 18 of Help/Dialog/CommandStack


Ignore:
Timestamp:
2020-07-20T11:48:46+02:00 (5 years ago)
Author:
skyper
Comment:

window -> panel; image options and fixes

Legend:

Unmodified
Added
Removed
Modified
  • Help/Dialog/CommandStack

    v17 v18  
    44= Command Stack Dialog =
    55
    6 [[JOSMImage(dialogs/commandstack,middle)]] ''Keyboard shortcut'': '''{{{Alt+Shift+O}}}''' — one of the [wikitr:/Help/ToggleDialogs#Toactivateawindow JOSM windows]
     6[[JOSMImage(dialogs/commandstack,link=,48,middle,margin-right=20)]] ''Keyboard shortcut'': '''{{{Alt+Shift+O}}}''' — one of the [wikitr:/Help/ToggleDialogs#Toactivateawindow JOSM panels]
    77
    8 This window shows all commands issued. [[Image(command_list_dialog.png,right,margin-left=10,margin-bottom=10)]]
     8This sidebar panel shows all commands issued. [[Image(command_list_dialog.png,link=,right,margin-left=10,margin-bottom=10)]]
     9
    910
    1011== Usage ==
    11 This window can be used to spot mistakes during editing in JOSM and to undo/redo several actions at once.
     12This panel can be used to spot mistakes during editing in JOSM and to undo/redo several actions at once.
    1213
    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
    1416
    1517== Stack List ==
    1618The stack displays one action per line with:
    17 * [[JOSMImage(data/key,middle)]] **Tags** representing changes on tags
    18 * [[Image(source://trunk/images/data/sequence.svg,middle)]] **Sequence** representing geometrical changes on objects like adding, moving and deleting nodes or ways
    19 * [[JOSMImage(data/relation,middle)]] **Relation** representing changes of relations only
    20 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
     22If 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.
    2123
    2224A thin horizontal line displays the current position with in the stack which is rendered in [wikitr:/Help/MapView Map View].
    2325
     26
    2427== 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.
    2629
    2730=== 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.
    2932
    3033=== 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.
    3235
    3336=== 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.
    3538
    3639
    3740== 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. ||
    4144
    4245== 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]
    4548
    4649----
    47 Back to [wikitr:/Help/ToggleDialogs Windows][[BR]]
     50Back to [wikitr:/Help/ToggleDialogs Sidebar panels] \\
    4851Back to [wikitr:/Help Main Help]