diff --git a/doc/org.eclipse.cdt.doc.user/images/view_environment_prefs.png b/doc/org.eclipse.cdt.doc.user/images/view_environment_prefs.png new file mode 100644 index 00000000000..6af702f139a Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/view_environment_prefs.png differ diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_environment_pref.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_environment_pref.htm new file mode 100644 index 00000000000..bf709801433 --- /dev/null +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_environment_pref.htm @@ -0,0 +1,65 @@ + + + +
+ + +Define environment variables and how they are used in the Environment preference panel.
+Environment variables to set | +Shows a list of the environment variables and their value. | +
New... | +Click to open the New Variable dialog where you define the variable name and value. | +
Select... | +Click to open the Select variables dialog. |
+
Edit... | +Click to edit the currently selected variable and its value. | +
Remove | +Click to remove the currently selected variable. | +
Undefine | +Click to undefine the currently selected variable. +NOTE: Some variables, like PATH, have special meaning and cannot be undefined. |
+
Append variables to native environment | +Activate this checkbox to append the variables to the native environment during execution. | +
Replace native environment with specified one | +Activate this checkbox to replace the native environment with these variables, restoring the native environment upon completion. | +