Hi Adam,
First let me talk a little about the new file architecture available since C-EMS 5.1.0.
Since C-EMS 5.1.0, all configuration and projects files are now located outside the installation directory of C-EMS, in a special directory called the "user workspace" (the installation program asks you this path). This allows us to easily maintain configuration and projects when updating C-EMS.
Usually this path is located at <windows/linux user home directory/convertigo (but can be configured with a special JVM option).
This user workspace contains the configuration files of C-EMS (e.g. engine.properties), but also log files, database files, certificates, and last but not least the famous projects directory.
Do not confound the C-EMS user workspace with the eclipse workspace! Here is the tree structure of the user workspace:
| Code: |
<user home dir>
|- convertigo <-- this is the C-EMS user workspace
|- cache
|- certificates
|- configuration
|- logs
|- minime
|- projects <-- this is the Eclipse workspace
|- studio
|- xulrunner-work
|
But your precise question was about the studio.properties. Since 5.1.0, the studio does not store its properties in a Convertigo custom file anymore. We are now using the standard Eclipse preferences.
That's why you will find the studio properties here (if you work under Windows 7):
C:\Users\<Adam>\convertigo\projects\.metadata\.plugins\org.eclipse.core.runtime\.settings\com.twinsoft.convertigo.studio.prefs
This is a classic key=value properties file in which you can modify all the properties you want. But be sure to modify this file when the studio is closed!
