Is it possible to "Revert to SDLXLIFF" using the SDL SDK?

Is the following command possible with the SDK?

Screenshot showing a menu option labeled 'Revert to SDLXLIFF' with an icon of a document and a curved arrow.

I've been looking in FileBasedProject, but it doesn't seem to be available.



Generated Image Alt-Text
[edited by: RWS Community AI at 6:39 AM (GMT 0) on 15 Nov 2024]
Parents Reply
  • Some use cases:

    1) Ability to "Save" filters which you can restore when reopening a file in the editor.
    For example, I want to filter out any lock segments + segments that contain numbers "\d+". That is simple enough, but I have to retype it each time I open a file in the editor. Also, sometimes we use complex regular expressions and not everyone is an expert in using them. If we could "Save" commonly used expressions in a list it would be helpful

    2) Ability to make "Custom" filters
    Regular expressions are very powerful but they have limitations.
    For example, I want to filter a segment only if it appears immediately after certain text. I think this would be possible only with a plug-in.
    Also, currently there is no way to filter by Source and Target text simultaneously, with a plug-in you could make this possible.

    About the example in the link, this was just an example of what could be possible. However, I actually do not need all that functionality. One way to create "Views" is using SDXLIFF Toolkit to make custom sdlxliff files.
Children
No Data