Std Redo: Difference between revisions

From FreeCAD Documentation
(Fixed GuiCommand.)
(Revised.)
Line 1: Line 1:
<languages/>
<languages/>
{{UnfinishedDocu{{#translation:}}}}
<translate>
<translate>


Line 16: Line 15:
{{GuiCommand
{{GuiCommand
|Name=Std Redo
|Name=Std Redo
|MenuLocation={{StdMenu|[[Std_Edit_Menu|Edit]]}}Redo‏‎
|MenuLocation=Edit → Redo
|Workbenches=All
|Workbenches=All
|Shortcut={{KEY|Ctrl}}+{{KEY|Y}}
|Shortcut={{KEY|Ctrl}}+{{KEY|Y}}
Line 25: Line 24:


<!--T:2-->
<!--T:2-->
The '''Std Redo''' command reverses the action of the [[Std_Undo|Std Undo]] command.
Redoes a previous undone operation.


==Usage== <!--T:3-->
==Usage== <!--T:3-->


<!--T:6-->
<!--T:6-->
# There are several ways to invoke the Redo command:
# There are several ways to invoke the command:
#* Pressing on the [[Image:Std_Redo.svg|16px]] button in the toolbar
#* Press the {{Button|[[Image:Std_Redo.svg|16px]] [[Std_Redo|Std Redo]]}} button.
#* Using the {{MenuCommand|{{StdMenu|[[Std_Edit_Menu|Edit]]}} → [[Image:Std_Redo.svg|16px]] Redo}} entry from the top menu.
#* Select the {{MenuCommand|Edit → [[Image:Std_Redo.svg|16px]] Redo}} option from the menu.
#* Using the {{KEY|Ctrl}}+{{KEY|Y}} keyboard shortcut
#* Use the keyboard shortcut: {{KEY|Ctrl}}+{{KEY|Y}}.


==Options==
==Limitations== <!--T:10-->


* To redo multiple actions click on the black down arrow to the right of the {{Button|[[Image:Std_Redo.svg|16px]] [[Std_Redo|Std Redo]]}} button and select from the list.
==Scripting== <!--T:11-->

==Preferences==

* The Undo/Redo functionality can be disabled by setting {{MenuCommand|Tools → Edit parameters... → BaseApp → Preferences → Document → UsingUndo}} to {{FALSE}}. This setting can also be changed in the [[Preferences_Editor#Document|Preferences Editor]].
* The maximum number of Undo/Redo steps is controlled by {{MenuCommand|Tools → Edit parameters... → BaseApp → Preferences → Document → MaxUndoSize}}. This setting can also be changed in the [[Preferences_Editor#Document|Preferences Editor]].


<!--T:9-->
<!--T:9-->
Line 48: Line 52:
|IconC=Freecad.svg
|IconC=Freecad.svg
}}
}}

<!--T:7-->
{{Std Base navi}}

<!--T:12-->
{{Userdocnavi}}


</translate>
</translate>
{{Std Base navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}
{{clear}}

Revision as of 18:24, 16 March 2020

Std Redo

Menu location
Edit → Redo
Workbenches
All
Default shortcut
Ctrl+Y
Introduced in version
-
See also
Std Undo

Description

The Std Redo command reverses the action of the Std Undo command.

Usage

  1. There are several ways to invoke the command:
    • Press the Std Redo button.
    • Select the Edit → Redo option from the menu.
    • Use the keyboard shortcut: Ctrl+Y.

Options

  • To redo multiple actions click on the black down arrow to the right of the Std Redo button and select from the list.

Preferences

  • The Undo/Redo functionality can be disabled by setting Tools → Edit parameters... → BaseApp → Preferences → Document → UsingUndo to false. This setting can also be changed in the Preferences Editor.
  • The maximum number of Undo/Redo steps is controlled by Tools → Edit parameters... → BaseApp → Preferences → Document → MaxUndoSize. This setting can also be changed in the Preferences Editor.