undo/redo should be disabled while any dialog is open #758
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I don't know the simplest way to make opening any dialog disable the Undo and Redo menu items for as long as the dialog is open.
I don't think there are any situations where an editor dialog is open and it would be safe to pull or pop from the undo_list. Not to mention, with dialogs open, you can't see what changes.
There is an alternative option: make the edit menu undo/redo apply the active text field. Of course, that's only for dialogs that have a text field…
Lo and behold, your comment helped me figure out why copy/pasting text is broken in the scenario editor for Mac. #648