GNOME Bugzilla – Bug 727235
Too much undo steps while nudging
Last modified: 2019-03-20 12:00:43 UTC
if you are moving an object by using the arrow keys on the keyboard there are generated undo steps for every key press. If you than try to use the Undo feature (Ctrl+Z) you just have very few possible steps. You souled: 1. group the move events together to one undo step 2. give a option to increase the possible undo steps greetings
In fact there is a way to increase the maximum undo steps (see File/Preferences/User Interface). And there is exactly one undo step for each event, so I corrected the summary. I've started to hack on it a bit, but am not completely satisfied with the current result. So the patch will be added here rather than with master.
Created attachment 274186 [details] [review] Too-much-undo-steps-for-nudge.patch The patch includes some idea for improving it. But I may not work on it for a while.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/dia/issues/338.