How I can “Allow source editing”?

Former Member
Former Member

I have tried to make source segments editable in vain. I used the following steps:

(i) Select “Translate Single Document”

(ii) Select proper set of source and target languages

(iii) On Edit pane (screen), “Merge segments” option is grayed out

(iv) Open "Project Settings", click “Allow source editing” and “Enable merging segments across paragraphed”, and it seems that these two options have been selected.

(v) Revisit Edit pane (screen) and “Merge segments” option is STILL grayed out

Question:

How can I make “Allow source editing” enable?

I know I may have to customize the project template but I cannot find how I can. It seems that the project template has been created automatically (default template).

Parents Reply
  • Hi Michael

    Having done some tests, I found a workaround. You can achieve this by tweaking the UserSettings.xml file.

    If you include the following:

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

    somewhere into your UserSettings.xml file (with Studio closed) and then restart Studio, any new project you create will have these two options set by default.

    Make a backup of this tweaked UserSettings file so that you can use it if you need to reset Studio.

    I agree that this is not a user-friendly solution and not targeted to general usage, but as a workaround, it does what you want.

    KR

    Walter

Children