SDL number verifier settings

I have sel specific number verifier settings in my default template and also in File/Options

When I create a project I find those specific settings as expected, but when I open a package (probably created by someone who has not installed this plug-in) I find the default settings. Why?

It would be useful a function to import/export the settings of this plug-in to/from a file (same as Advanced display filter) 

Parents
  • I agree this would be a useful function to add to the plug-in.
    If you don't mind using a text editor and some copy-pasting, you could use the following workaround:

    *Make sure you have Trados Studio closed when doing this

    1. Open the .sdlproj file of a project that contains your desired settings in a text editor

    2. Search for "NumberVerifierSettings" in the file

    3. Copy everything between <SettingsGroup Id="NumberVerifierSettings"> and </SettingsGroup>

    4. Open .sdlproj file of a project that uses the default settings

    5. Search for "NumberVerifierSettings" in the file

    6. Replace everything between <SettingsGroup Id="NumberVerifierSettings"> and </SettingsGroup> with your desired settings

    You could also store your desired settings in a separate file and then just copy from that everytime you want to update the settings

Reply
  • I agree this would be a useful function to add to the plug-in.
    If you don't mind using a text editor and some copy-pasting, you could use the following workaround:

    *Make sure you have Trados Studio closed when doing this

    1. Open the .sdlproj file of a project that contains your desired settings in a text editor

    2. Search for "NumberVerifierSettings" in the file

    3. Copy everything between <SettingsGroup Id="NumberVerifierSettings"> and </SettingsGroup>

    4. Open .sdlproj file of a project that uses the default settings

    5. Search for "NumberVerifierSettings" in the file

    6. Replace everything between <SettingsGroup Id="NumberVerifierSettings"> and </SettingsGroup> with your desired settings

    You could also store your desired settings in a separate file and then just copy from that everytime you want to update the settings

Children