Merge segments

Hi there Slight smile

I must be missing something, but what? I need to merge some segments, but the option that allows me to modify the source in the project settings is grayed out (I can't check the box "allow merging segments").

Any idea on how to do this?

Ingrid

Parents Reply Children
  • Unfortunately, I can't find the lines you mentionned in the text file...

    The structure of the sdlproj file has been changed between some versions of Studio. The lines mentioned were there certainly in S2017, I am not sure, if 2019 did have these. In 2021 the sdlproj does not contain such lines, so you would need to add them. To do so, open a sdlproj file from a project you created and where the options in question are activated. This way you will see, where the lines are. Then copy these and paste into a sdlproj file from customer package.

    Caution: manipulating this file that way may cause the project to be unusable. IMO the better way is to circumvent this problem via new own project.

    _________________________________________________________

    When asking for help here, please be as accurate as possible. Please always remember to give the exact version of product used and all possible error messages received. The better you describe your problem, the better help you will get.

    Want to learn more about Trados Studio? Visit the Community Hub. Have a good idea to make Trados Studio better? Publish it here.

  • Hi Jerzy,

    You write that "In 2021 the sdlproj does not contain such lines" but I have just created a project with Trados 2021, opened the .sdlproj file with Notedpad++ and found these lines

              <Setting Id="AllowSourceEditing">True</Setting>
              <Setting Id="AllowMergeAcrossParagraphs">True</Setting>

    just by using the find function and entering AllowSourceEditing

    then I've changed the settings in Trados, reopened the file in Notepad++ and found

              <Setting Id="AllowSourceEditing">False</Setting>
              <Setting Id="AllowMergeAcrossParagraphs">False</Setting>

    I don't know if these settings are hidden when creating a package because currently I'm working at home with Trados Freelance and I cannot create a package and test this.