Changeset 0ec9f5 for src/Actions/UndoAction.def
- Timestamp:
- Apr 23, 2021, 9:02:12 PM (5 years ago)
- Branches:
- Candidate_v1.7.0, stable
- Children:
- 0fbea3
- Parents:
- 5061d9
- git-author:
- Frederik Heber <frederik.heber@…> (04/06/21 20:09:39)
- git-committer:
- Frederik Heber <frederik.heber@…> (04/23/21 21:02:12)
- File:
-
- 1 edited
-
src/Actions/UndoAction.def (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/UndoAction.def
r5061d9 r0ec9f5 13 13 // ValueStorage by the token "Z" -> first column: int, Z, "Z" 14 14 // "undefine" if no parameters are required, use (NOPARAM_DEFAULT) for each (undefined) default value 15 #undef paramtypes 16 #undef paramreferences 17 #undef paramtokens 18 #undef paramdescriptions 19 #undef paramdefaults 15 #define paramtypes (bool) 16 #define paramtokens ("till-mark") 17 #define paramdescriptions ("whether to undo just a single step (false) or until a previously set mark (true)") 18 #define paramdefaults (PARAM_DEFAULT(false)) 19 #define paramreferences (undoTillMark) 20 #define paramvalids (DummyValidator<bool>()) 20 21 21 22 // some defines for all the names, you may use ACTION, STATE and PARAMS … … 27 28 28 29 // finally the information stored in the ActionTrait specialization 29 #define DESCRIPTION "undo last action "30 #define DESCRIPTION "undo last action or until a given mark" 30 31 #undef SHORTFORM
Note:
See TracChangeset
for help on using the changeset viewer.
