How to lock cross-file repetition with Trados studio plugin "IntegratedSegmentActions.sdlplugin"?

I know lock cross-file repetition topics have been raised several times, but I couldn't find answer I want in previous answers.

In Trados studio plugin "IntegratedSegmentActions.sdlplugin", it can lock repetitions, but it seems it can only lock in-file repetition, not cross-file repetition.

My questions are:

Can "IntegratedSegmentActions.sdlplugin" lock cross-file repetitions?

If not, is it possible to lock cross-file repetitions by coding with Trados studio SDK?

And is it possible to get source code of "IntegratedSegmentActions.sdlplugin" ? If yes, where?

Parents
  • Hi Ai-Fang,

    I took a look at IntegratedSegmentActions.sdlplugin, it doesn't support cross-file repetition locking from what I see.
    You can create something to do this with the SDK though.

    However, this information is not stored anywhere. You would need to collect all the cross-file repetitions yourself I think.
    One way to do this is to first use "Export Frequent Segments", then perform your locking based on that file.
Reply
  • Hi Ai-Fang,

    I took a look at IntegratedSegmentActions.sdlplugin, it doesn't support cross-file repetition locking from what I see.
    You can create something to do this with the SDK though.

    However, this information is not stored anywhere. You would need to collect all the cross-file repetitions yourself I think.
    One way to do this is to first use "Export Frequent Segments", then perform your locking based on that file.
Children