Customized Default Options

You can overwrite the Default Options values by loading a set of options, from a specific XML structure, stored in one of the following file types:

There are two ways of telling the application to use such an options configuration file to extract the customized default options:

Note: Make sure that the options configuration file has an .xml or an .xpr extension, like default-options.xml.
Note:

In the Java Webstart distribution, the same procedures apply.

If you want to specify the path to the default options using a parameter, the parameter com.oxygenxml.default.options must be set in the .jnlp file that launches the editor using a property element, for example:
 <property name="oxy:com.oxygenxml.default.options" value="http://host/path/to/default-options.xml"/>