diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_build_over.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_build_over.htm index 9ab30a613f1..5d03c8305f4 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_build_over.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_build_over.htm @@ -54,7 +54,7 @@ build.
Build-related information is displayed as follows:
You can either create a C project for which you supply the -makefile +makefile or create a C project for which the CDT generates makefiles automatically.
To create a new project, from the menu bar choose -File > New > Project. +File > New > Project. In the dialog that appears:
When you set the build order, the CDT does not rebuild projects that depend on a project; you must rebuild all projects to ensure all changes are @@ -114,7 +114,7 @@ propagated.
The C/C++ compiler that a project uses is controlled by the project's -Properties setting. +Properties setting. To view a project's properties, right-click on the project and select -Properties. +Properties. In the dialog that appears, the -C/C++ Make Project page enables you +C/C++ Make Project page enables you to control a variety of settings, including:
The External Tools Builders page +
The External Tools Builders page enables you to add, reorder, or remove external build tools.
@@ -157,11 +157,11 @@ enables you to add, reorder, or remove external build tools.
diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_content_assist.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_content_assist.htm
index 994a7ca613a..f258edee4a2 100644
--- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_content_assist.htm
+++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_content_assist.htm
@@ -46,8 +46,7 @@ the relevance of each proposal is determined in the following order:
You can view the signature of each item on the list in a pop-up by pointing to it. You can then select an @@ -65,22 +64,20 @@ 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:
-do { -${cursor} -} while (${condition});+
When you select the do code template from the list, you insert the following code:
do { } while (condition);+
If the completion engine finds only one proposal in your templates, that proposal is inserted at the current cursor position. -For example if you create a new CPP file and type mai+CTRL+SPACE the following code is inserted at the cursor location:
+For example if you create a new .cpp file and type mai+CTRL+SPACE the following code is inserted at the cursor location:int main(int argc, char **argv) { diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_open_declarations.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_open_declarations.htm index 57438fc62b9..691bdb79f75 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_open_declarations.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_open_declarations.htm @@ -6,14 +6,6 @@Open declarations - @@ -22,8 +14,7 @@ function changeSize(theImage,wd,ht) {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.
diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_outlineview.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_outlineview.htm index 82b41a91b52..8c6bd7ccd24 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_outlineview.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_outlineview.htm @@ -6,14 +6,6 @@Outline view - @@ -23,8 +15,7 @@ function changeSize(theImage,wd,ht) {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_over_cdt.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_over_cdt.htm index 0d8cd9ec5dd..890fb6ddf36 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_over_cdt.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_over_cdt.htm @@ -32,19 +32,19 @@ views: