suggest the following changes to the filtered Editor pane (after having clicked "Replace" in the Replacement dialog):
- Change the "Replace Next" button to "Replace Current/Find Next", but keep the button's function the same.
Change the "Skip" button to "Find Next", and make sure it's function is to select the next instance of the found text.
- Add a "Find Previous" button, which selects the previous instance of the found text.
This would make more sense to me, and would enable me to use keyboard shortcuts to move between found instances so as to select the appropriate one before performing the replacement.
Please see the comment in https://sourceforge.net/p/omegat/feature-requests/1379/. I don't think we can add a button for 5.8 but we can probably adapt the button labels.
Diff:
https://sourceforge.net/p/omegat/feature-requests/1380/ should solve this i think.
edit: sorry. https://github.com/omegat-org/omegat/pull/2129 was what i ment.
Last edit: st. pakebusch 2026-08-01
This "Find previous" "Find next" was about the "Replace" window, not about the "Search" window.
In the search window we already have the C+N / C+P shortcuts that do that. We don’t need extra buttons.
(Shift+)F3 does not duplicate the documented Ctrl+N / Ctrl+P:
the title of the ticket seems to indicate "search" window and not "replace" window
Why not add the F3 "functionality" to the existing C-n/C-p ?
As for auto-sync, we could solve that more elegantly by using a key modifier.
C-n/C-p vs S-C-n / S-C-p
In any case, that a UX discussion that we need to have.