diff --git a/doc/org.eclipse.cdt.doc.user/images/indexer_preference_page.PNG b/doc/org.eclipse.cdt.doc.user/images/indexer_preference_page.PNG index 7aa43429697..16989214e27 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/indexer_preference_page.PNG and b/doc/org.eclipse.cdt.doc.user/images/indexer_preference_page.PNG differ diff --git a/doc/org.eclipse.cdt.doc.user/images/view_add_mapping.png b/doc/org.eclipse.cdt.doc.user/images/view_add_mapping.png new file mode 100644 index 00000000000..9908b8cf5d6 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/view_add_mapping.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/view_appearance_prefs.png b/doc/org.eclipse.cdt.doc.user/images/view_appearance_prefs.png new file mode 100644 index 00000000000..a5a92bc10e2 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/view_appearance_prefs.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/view_language_mappings_prefs.png b/doc/org.eclipse.cdt.doc.user/images/view_language_mappings_prefs.png new file mode 100644 index 00000000000..4488e0ce68b Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/view_language_mappings_prefs.png differ diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_appearance_pref.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_appearance_pref.htm new file mode 100644 index 00000000000..30c91b2152d --- /dev/null +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_appearance_pref.htm @@ -0,0 +1,49 @@ + + + +
+ + +Customize the appearance of C elements in viewers using the Appearance preference panel.
+Show translation unit numbers | +Activate this checkbox to show translation unit numbers. | +
Group the includes in the C/C++ projects view | +Activate this checkbox to group include files in the C/C++ project view. | +
Group the includes in the outliner | +Activate this checkbox to group include files in outline views. | +
Group the namespaces in the outliner | +Activate this checkbox to group files by namespaces in outline views. | +
Use the Indexer preference page to select the indexer used by default for new projects and configure its behavior.
+ alt="Indexer Preferences Window" >
The indexer preference page allows you to select which indexer is to -be used as a default for new projects.
+Select Indexer | +Select the indexer to use by default for all new projects. | +
Index all files (files neither built nor included, also) | +Activate this checkbox to index all files | +
Skip all references (Call Hierarchy and Search will not work) | +Activate this checkbox to not index references in indexed files. This prevents some portions of CDT from working, like Call Hierarchy and Search. | +
Skip type references (Search fort type references will not work) | +Activate this checkbox to not index type references in indexed files. This prevents some portions of CDT from working, Search. | +
Files to index up-front | +Type a comma separated list of files that should always be indexed immediately. | +
Automatically update the index | +Activate this checkbox to have the index automatically update as it requires. | +
Update index immediately after every file change | +Activate this checkbox to force an index update whenever a file is saved. | +
Use active build configuration | +Activate this checkbox to always use the active build configuration indexer settings to build the index. | +
Use the build configuration specified in the project's indexer settings | +Activate this checkbox to always use the project's indexer settings to build the index. | +
Limit relative to the maximum heap size | +Specify the relative size limit the index can reach based on the maximum heap size. | +
Index database cache: Absolute limit | +Specify the maximum size the index database cache is limited to. | +
Header file cache: Absolute limit | +Specify the maximum size the header file cache is limited to. | +
Coding aids
@@ -29,7 +87,8 @@ editor
+
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_language_mapping_pref.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_language_mapping_pref.htm new file mode 100644 index 00000000000..9b8abd802ae --- /dev/null +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_language_mapping_pref.htm @@ -0,0 +1,50 @@ + + + +
+ + +Customize the use of C/C++ language associations in the Language Mappings preference panel for the workspace.
+Content Type | +The content type associated with the language. | +
Language | +The language associated with the content type. | +
Add | +Click to show the Add Mapping dialog where you define the content type and language associated with it. + |
+
Remove | +Click to remove the selected langauge mapping. | +