Customized Default Options

You can overwrite the Default Options values by imposing the loading of 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:

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="com.oxygenxml.default.options" value="http://host/path/to/default-options.xml"/>