Code: Select all
v23.30.0203 - 2022-07-21 11:45
+ Scripting got a new command.
Name: SkipUndo
Action: Skips adding actions to the Action Log.
Syntax: skipundo [skip=1]
skip: 0=don't skip
1=skip [Default]
Remarks:
- While set to skip, nothing will be added to the Action Log while the script is
running.
- An action that's not in the Action Log cannot be undone.
- It's automatically reset to "don't skip" when the script is done.
- If this user setting is OFF then SkipUndo has no effect:
Configuration | File Operations | Undo & Action Log | Log actions and enable undo/redo
Examples:
skipundo; //skip Action Log from now on
skipundo 1; //skip Action Log from now on
skipundo 0; //stop skipping Action Log from now on
! File | Rename Special | Batch Rename...: Renaming files in different locations to a
simple name, e.g. "cover.jpg", resulted in excessive incremental affixes. Fixed.
XYplorer Beta Club