diff --git a/doc/org.eclipse.cdt.doc.user/images/c_cpp_preferences.png b/doc/org.eclipse.cdt.doc.user/images/c_cpp_preferences.png index 4abefc19715..d744b925748 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/c_cpp_preferences.png and b/doc/org.eclipse.cdt.doc.user/images/c_cpp_preferences.png differ diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_pref.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_pref.htm index 98db070ea5e..3d6e0af974f 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_pref.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_pref.htm @@ -11,57 +11,39 @@

C/C++ preferences

-

The C/C++ preference dialog box allows you to make changes to your C/C++ environment.

+

The C/C++ preference panel allows you to make changes to your C/C++ environment. Click Window > Preferences > C/C++ to view.

C/C++ Main Preferences Window

- + - + + + + + + + + + + + + + + + + +
C/C++ Preference Options
Follow unindexed header files when producing the outline viewFollow unindexed header files when producing the outline view Activate to do a more exhaustive search of header paths to build a more complete outline view.
Build active configuration in each projectActivate to always build only the active configuration within a project.
Build all configurations in each projectActivate to always build all the configurations within a project.
Build configurations only when there are Eclipse resource changes within the project and its resourcesActivate to build only when there are have been changes to any project and Eclipse resources.
Clear all 'do not show again' settings and show all hidden dialogs againActivate to reset all alert settings and show all hidden dialogs.
-

C/C++ Submenu Items

- -

-
Appearance
-
Controls appearance of C elements in viewers.
-
Build Console
-
Preferences for customize the appearance of the Build Console view.
-
CDT build variables
-
Displays a list of build variables (ex-build macros) available in CDT.
-
Code Style
-
Defines default code style. You can select one of existing profiles or set your own style.
-
Debug
-
Preferences for customizing the C/C++ debugger.
-
Editor
-
Preferences for customizing the C/C++ editor.
-
Environment
-
Displays a list of CDT-specific environment variables
-
File Types
-
Define which file extensions are linked to specific languages
-
Indexer
-
Define global settings for indexer
-
Language mappings
-
Set correspondence between content types and available languages.
-
Make
-
Settings specific for 'make' builder
-
New CDT project wizard
-
Controls behaviour of New Project Wizard
-
Property Pages settings
-
Controls behaviour of property pages
-
Template Default Values
-
Defines values to be used in CDT project templates
-

- -

Related reference
Views