GNOME Bugzilla – Bug 721933
Undo not working in `Replace` dialog
Last modified: 2014-04-12 09:34:47 UTC
Steps to reproduce: - Open `Replace` dialog (Ctrl+H) - Type `abc` - Delete it (Home, Shift+End) - Try Undo (Ctrl+Z) Result: Undo not working.
If I understand your problem, you want to clear the search highlighting. See the Search -> Clear highlight, in the menu.
Nope, you don't :) I need to undo my actions in case I did something wrong. That's just plain Undo. It's an inconsistency in UI, when somewhere undo is working, and somewhere it doesn't.
You want undo in the text entry, that's a gtk problem :(
Would it be hard to implement it based on insert_text/delete_range events?
it would not be too difficult to implement something specific to entry, but the gtk bug is a bit stuck on the idea of coming up with a more generic "undo framework". See 322194 for more details *** This bug has been marked as a duplicate of bug 322194 ***