Content assist
+
@@ -38,7 +46,8 @@ the relevance of each proposal is determined in the following order:
You trigger the Code completion feature when you call Content Assist (such as when you type Ctrl+Space), but you also invoke it when you type
".", "->" or "::".
-
+
You can view the signature of each item on the list in a pop-up by pointing
to it. You can then select an
@@ -56,7 +65,8 @@ list of code elements and code templates that start with the letter combination
You can then select a code template from the list and it is inserted directly into your code.
-
+
For example, the code template do while statement contains the following code:
You can select an element name in your code and quickly navigate to its declaration.
-
+
+
+
If the search finds only one matching declaration, you will immediately jump to the declaration, even if it is in another file. If
the search finds multiple declarations, a windowed list of prospects will appear.
@@ -25,11 +36,8 @@ the search finds multiple declarations, a windowed list of prospects will appear
declaration Searching for C/C++ elements
The Outline view displays an outline of a structured C/C++ file that is currently
open in the editor area, by listing the structural elements.
-
+
The Outline view shows the following elements in the source file in the order
in which they occur:
diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_proj_file_views.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_proj_file_views.htm
index 17cd14391d7..f6631eb410e 100644
--- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_proj_file_views.htm
+++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_proj_file_views.htm
@@ -6,6 +6,14 @@
Project file views
+
@@ -27,7 +35,9 @@
Files that you select in the C/C++ Projects view affect the information that is displayed in other views.
-
+
+
Navigator view
@@ -41,7 +51,8 @@ item does, select an item and press F1.
By default, the Navigator view is included in the Resources perspective. To add it to the current perspective, click
Window > Show View > Navigator.
The CDT lets you search for language constructs in the projects in your
-workspace or a working set for references to, declarations or definitions of, particular
-elements.
-
-
For information on:
-
-
-
Working sets, see Workbench User Guide > Concepts > Workbench > Working sets
-
The Eclipse workspace, see Workbench User Guide > Tasks > Upgrading
-Eclipse
-
-
You can conduct a fully or partially qualified name search. Further
qualifying a search increases the accuracy and relevance of search results. The
sections below provide guidance on how to control the scope of your search
through the use of search delimiters, correct syntax, and wildcards.
+
You can search for:
+
+
language constructs within projects in your workspace
+
a working set for references to particular elements
+
declarations of particular elements
+
definitions of particular elements
+
+
+
+
For information on:
+
+For information on working sets, see Workbench User Guide > Concepts > Workbench > Working sets
+For information on the Eclipse workspace, see Workbench User Guide > Tasks > Upgrading Eclipse
+
+
What you can search for
The table below lists the element types that you can search for and special
considerations to note when searching for a given element type. You can search
diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_build_conc.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_build_conc.htm
index 56942c58875..cf6de6a5e77 100644
--- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_build_conc.htm
+++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_build_conc.htm
@@ -3,8 +3,6 @@
-
-
Build
@@ -13,27 +11,12 @@
Build
-
This section describes the build views and terminology.
\ No newline at end of file
diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_code_entry.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_code_entry.htm
index e90a2c4de77..bb10cbad5a3 100644
--- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_code_entry.htm
+++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_code_entry.htm
@@ -3,8 +3,6 @@
-
-
Coding aids
@@ -13,39 +11,16 @@
Coding aids
-
This section provides information on code entry aids.
-
-
\ No newline at end of file
diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_concepts.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_concepts.htm
index a282f6998a0..367532ae1fd 100644
--- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_concepts.htm
+++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_concepts.htm
@@ -12,42 +12,27 @@
Concepts
-
Conceptual topics provide background information that you need to know to
-complete a specific task.