diff --git a/rse/doc/org.eclipse.rse.doc.isv/reference/misc/runtime-options.html b/rse/doc/org.eclipse.rse.doc.isv/reference/misc/runtime-options.html
index 5c9baaa5490..a3a8e294a10 100644
--- a/rse/doc/org.eclipse.rse.doc.isv/reference/misc/runtime-options.html
+++ b/rse/doc/org.eclipse.rse.doc.isv/reference/misc/runtime-options.html
@@ -2,7 +2,7 @@
-
+
@@ -11,32 +11,88 @@
-
Remote System Explorer runtime options
-Version 1.0 - Last revised September 20, 2006
-The Remote System Explorer (RSE) is configurable through System properties. Many of these
-properties can be used to specify initial RSE settings.
+
+Some RSE runtime preferences are set using system properties.
+With release 3.3, all new runtime preferences are set using the plugin_customization.ini method.
+See Customizing a product
+for a description of plugin preference customization.
+
System properties
-The following System properties are used by RSE.
-Properties can be set in the following ways:
-
- - use -DpropName=propValue as a VM argument to the Java VM
- - set the desired property in the config.ini file in the appropriate configuration
- area
-
+
+The following system properties are used by RSE.
+Properties are set using
+-DpropertyName=propertyValue
+as a VM argument to the Java VM.
+
- - rse.showNewConnectionPrompt
- - whether to show the New Connection prompt in RSE views by default. "True" or "false".
-
- - rse.showLocalConnection
- - whether to create and show a Local connection by default when RSE starts with a new worspace. "True" or "false".
-
- - rse.enableSystemTypes
- - a comma-separated list of system types to enable by default. This property can be used to limit the system types in RSE.
-
- - rse.showProfilePage
- - whether to show a New Profile wizard by default when creating a new connection for the first time. "True" or "false". If this is "false", a new profile with the hostname is created without asking the user.
+- rse.showNewConnectionPrompt
+-
+whether to show the New Connection prompt in RSE views by default.
+The value may be
true
or false
.
+The default is true
.
+
+- rse.showLocalConnection
+-
+whether to create and show a Local connection by default when RSE starts with a new workspace.
+The value may be
true
or false
.
+The default is true
.
+
+
+Plugin customizations
+
+Core Preferences
+
+- org.eclipse.rse.core/DEFAULT_PERSISTENCE_PROVIDER
+-
+The id of the default persistence provider.
+This provider is used when new profiles are created and an explicit persistence provider is not set for them.
+The default value is
org.eclipse.rse.persistence.MetadataPropertyFileProvider
+
+
+
+User Interface Preferences
+
+- org.eclipse.rse.ui/MNEMONICS_POLICY
+-
+
+The value is a bit field composed of or'ing the following bit flag values together to achieve
+the desired setting.
+
+
+- bit mask - value 1
+-
+If on, specifies whether or not to insert mnemonic indications into
+the current text of a label.
+If off, all other options are ignored.
+
+- bit mask - value 2
+-
+If on, specifies to generate mnemonics of the form (X) at the end of labels for
+those languages matching the locale pattern.
+If off, then only characters from the label will be used as mnemonics.
+
+
+
+The default value is 3.
+
+
+- org.eclipse.rse.ui/APPEND_MNEMONICS_PATTERN
+-
+The value is a regular expression that is matched against the current locale.
+Some products will desire to append mnemonics only for certain locales.
+The default pattern matches Chinese, Japanese, and Korean.
+
+- org.eclipse.rse.ui/SHOW_EMPTY_LISTS
+-
+Allows a product to customize whether or not to show empty list messages in the remote system view
+when expanding a filter that results in an empty list of resources.
+The default value is
true
.
+
+
+
+