Hi!
I've sucessfully exported all my settings into one jar. My goal is to be able to copy this jar to other developers so that we have the same base settings.
In the jar, one of the files (namely "options\project.default.xml") contains my Windows username in two places:
- The name of the dictionnary
- The svn configuration directory, which points to C:\Users\MyUsername\AppData\Roaming\Subversion
Two questons:
1. Does the IDE check those informations and replace them with the correct ones at import time, if the user is not the same as it was at export time?
2. Is there a way to place a variable instead of the username in the project.default.xml file to make sure that the correct name is used at import time?
I honestly don't expect the IDE to do (1) but hope for some way to achieve (2).
Thanks for your help!
Sébastien