Mark Fletcher wrote: > I'm sorry if I missed this in the documentation, but I'm wondering if > there's a way to deliver a standard version of preferences.properties to > be used as a template when a user first runs XXE.
This is not possible. However you can ``force'' property values using command-line arguments. How to do this is explained here: http://www.xmlmind.com/xmleditor/_distrib/doc/help/apas01.html The reference of property values is found here: http://www.xmlmind.com/xmleditor/_distrib/doc/help/com.xmlmind.xmleditapp.dialog.PreferencesEditorDialog.html Example: Option "Use URL chooser rather than file chooser": --- Use URL chooser rather than file chooser If this toggle is checked, XXE will display an URL chooser dialog box rather than the standard file chooser dialog box each time the user needs to specify a file name. Default: not checked. Preference key: useURLChooser; type: boolean; default: false. <---!!! ---

