Changes between Version 12 and Version 13 of Help/Dialog/CommandStack
- Timestamp:
- 2020-01-10T13:58:00+01:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Dialog/CommandStack
v12 v13 11 11 == Usage == 12 12 13 This window can be used to spot mistakes during editing in JOSM and to undo/redo several actions at once 13 This window can be used to spot mistakes during editing in JOSM and to undo/redo several actions at once. 14 14 15 15 == Control buttons == … … 20 20 21 21 === Undo === 22 [[Image(source:/trunk/images/undo.svg,24,middle)]] **Undo** reverts all changes up to the currently selected action in the stack. 22 [[Image(source:/trunk/images/undo.svg,24,middle)]] **Undo** reverts all changes up to the currently selected action in the stack including the selected one. 23 23 24 24 === Redo === 25 [[Image(source:/trunk/images/redo.svg,24,middle)]] **Redo** reapplies all previously reverted actions upto the currently selected action in the stack.25 [[Image(source:/trunk/images/redo.svg,24,middle)]] **Redo** reapplies all previously reverted changes down to the currently selected action in the stack including the selected one. 26 26 27 27 == See also ==
