Issue:
When performing a search in notes, OmT 3.0 only searches in non-orphan segments in project_save.tmx
Desired behavior:
Searches in notes should include notes found in orphan segments and (at least) in OmegaT-generated TMXs in the /tm/ folders (and sub-folders) (Also desirable to include non-OmT-generated TMXs that contain a <note> element.)
The expanded search functionality must display results found in notes (it currently displays only the segment containing the matching note).
Also desirable to include non-OmT-generated TMXs that contain a note element, is what I meant.
implemented in /trunk.
search in orphans was previously working only partially - fixed.
as long as entry (project or external tmx) has note element it will be shown in results with markers as source and target text. notes have = in front to know what is what, as target is not always there so you can't count on string position.
Implemented in the released version 3.1.2 of OmegaT.
Didier