How can I configure default preferences for Oxygen XML editor?
You can create a new default preferences file for the XML editor to import by default.
Symptom
You want to configure default preferences for Oxygen Author or Editor.
Problem
As with any other Eclipse plugin, the preferences for the Oxygen XML Editor or Author plugins are stored in the Eclipse preferences store in the user's workspace. Each time you create a new workspace, you need to reimport your preferences into the workspace or reset your preferences manually.
Solution
To have your preferences imported automatically, you need to export the desired preferences from an existing instance of the Oxygen editor and use them to create a custom preferences file for the XML editor to import by default.
To create the custom preferences file:
- In the IXIASOFT CCMS Eclipse Client, configure the Oxygen preferences as desired in: .
- Click Apply to apply the changes.
- Click oXygen XML Editor or oXygen XML Author.
- Click Export Global Options to export the preferences.
- Save the file in the %EclipseDir%/configuration folder.
- Open the file in a text editor and clean the file so only your customized preferences remain (delete factory default preferences) and save the file.
To configure Oxygen to import a custom preferences file:
- Locate the config.ini file in the %EclipseDir%/configuration folder and open it in a text editor.
- Set the
com.oxygenxml.default.options
property with the path to your custom preferences file by adding the following line to the file:com.oxygenxml.default.options=file\:{path to oXygen preferences file}
- Save the file.
com.oxygenxml.default.options=file\:OxygenPreferences.xml
Information from the Oxygen website: http://www.oxygenxml.com/doc/ug-editorEclipse/index.html#topics/default-options.html.