Category:Undo: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Command|syntax=SET_UNDO <undo type> | {{Command|syntax=SET_UNDO <undo type> | ||
|description= | |description=Set an undo state to return to if the user presses <ctrl>Z. You must specify what type of changes you would like to be able to undo, this is controlled by the <undo type> parameter. | ||
|param1=<undo type>|param1_desc= may be one of the following | |param1=<undo type>|param1_desc= may be one of the following | ||
Line 21: | Line 21: | ||
===Example=== | ===Example=== | ||
:SET_UNDO | :SET_UNDO WG_MOD | ||
:SET_UNDO CS_MOD | |||
<br> | |||
:This sets two undo states, for WG_MOD (modifications to the workgroup) and CS_MOD (modifications to the CS). If the user presses <CTRL>z, then any changes to the WorkGroup and/or CS will be undone, but other changes (such as creating a new operation) will not be undone. |
Revision as of 22:30, 26 July 2010
Command
- SET_UNDO <undo type>
Set an undo state to return to if the user presses <ctrl>Z. You must specify what type of changes you would like to be able to undo, this is controlled by the <undo type> parameter.
Parameters
- <undo type>
- may be one of the following
Example
- SET_UNDO WG_MOD
- SET_UNDO CS_MOD
- This sets two undo states, for WG_MOD (modifications to the workgroup) and CS_MOD (modifications to the CS). If the user presses <CTRL>z, then any changes to the WorkGroup and/or CS will be undone, but other changes (such as creating a new operation) will not be undone.
This category currently contains no pages or media.