Mark Fletcher wrote: > Can I place this on the "Wish List"? It would make a large-scale > deployment lot easier; it could (with the addition of a Reset button in > the Options dialog) give users a way to revert their settings back to > the company defaults if they needed to; and it would be easier to build > and maintain preferred settings by copying an existing .properties file > than by mucking around with command-line arguments.
Specifying preferences using command-line arguments is typically used by a sysadmin to force a few critical options (e.g. "Do *not* cache schemas"). That is, this is done to prevent the user from changing these critical options using the "Options" dialog box. What you want to do is indeed different. However, I'm not sure you need us to implement it. The script used to start XXE could simply create its own version of preferences.properties if this file is not found in the XXE_user_preferences/ directory (or if the XXE_user_preferences/ directory does not exist).

