Recently I ran into a case where I needed to look at a large translation, part of which was already done (5%), but not so good, using machine translation and manual corrected.
I wanted to jump from one translated segment to another, correct these and then start from scratch.
Although there is a Ctrl+U and Menu->Go To->Next Untranslated Segment, there is no such possibility.
I've solved it by scrolling around and coloring it translated segments, but a shortcut key (such as Ctrl+T) and Go To->Next Translated Segment would have come in handy.
Note that you can rather easily create a filter so that only translated segments appear in the Editor.
In the Search window, do a regexp search on the "In translations" field, with the following expression:
(?!(^$))
This should return only translated segments.
You can then use Filter to have only these results in the Editor.
Didier
Implemented in /trunk. The keyboard shortcut assigned to the command is Ctrl+Shift+U (Ctrl+U is the untranslated version, so I chose to add Shift as a modifier).
Zoltan
I reopen, as we only close when a there's a public release containing the feature.
Didier
Implemented in the released version 3.0.0 of OmegaT.
Didier