enhancement
It should be possible to ensure that all actions within a dialog cannot be recorded, e.g., because only the final result is relevant when the dialog is closed.
Implementation
If a DialogModel is annotated with ScriptingRecorder#annotateAsDontRecord, all actions that occur afterward should be ignored until the dialog is closed again. **Note:** Recording the opening of the dialog may still need to occur separately, e.g., if a programmatic dialog is opened via a command.
Test
No test.