GNOME Bugzilla – Bug 699658
Find : Ctrl+F then <Enter> key should "Find Next"
Last modified: 2014-01-19 15:16:46 UTC
A common workflow in many "text" applications (such as Firefox, Chrome, Eclipse, Geany) to find text is : 1. Select text 2. Ctrl+F to Find 3. <Enter> key to "Find Next" In the GEdit Find dialog <Enter> key seems to only close the dialog. <Enter> is commonly associated with "doing" the current action - in this case Find, or "Find Next", and not closing a dialog. Noted that Arrow Up/Down and Ctrl+G can also be used to "Find Next".
I agree with this. Similarly, Shift+Enter should find the previous match (as it does in Epiphany, for example).
We should also change the behavior of the Escape key when searching. Today, searching in gedit works like this: down arrow: move to next result Enter: cancel search, keep current cursor position Escape: cancel search, move cursor back to where it was when you began searching Epiphany, Evince and other applications work like this: Enter: move to next search result Escape: cancel search, keep current cursor position I think we should make gedit behave like these apps when the user presses either Enter or Escape.
*** This bug has been marked as a duplicate of bug 650471 ***