diff --git a/doc/org.eclipse.cdt.doc.user/contexts_CDT.xml b/doc/org.eclipse.cdt.doc.user/contexts_CDT.xml index 22657e4569d..ac5ef4a5717 100644 --- a/doc/org.eclipse.cdt.doc.user/contexts_CDT.xml +++ b/doc/org.eclipse.cdt.doc.user/contexts_CDT.xml @@ -535,4 +535,7 @@ The Project Explorer displays project information. + + + diff --git a/doc/org.eclipse.cdt.doc.user/images/create_make_target_win.png b/doc/org.eclipse.cdt.doc.user/images/create_make_target_win.png index eb1872004ed..95c06202b23 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/create_make_target_win.png and b/doc/org.eclipse.cdt.doc.user/images/create_make_target_win.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/icon_build_make_target.png b/doc/org.eclipse.cdt.doc.user/images/icon_build_make_target.png new file mode 100755 index 00000000000..acc6050601d Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/icon_build_make_target.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/icon_edit_make_target.png b/doc/org.eclipse.cdt.doc.user/images/icon_edit_make_target.png new file mode 100755 index 00000000000..6107ff02908 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/icon_edit_make_target.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/icon_hide_make_targets.png b/doc/org.eclipse.cdt.doc.user/images/icon_hide_make_targets.png new file mode 100755 index 00000000000..41c10268273 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/icon_hide_make_targets.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/icon_new_make_target.png b/doc/org.eclipse.cdt.doc.user/images/icon_new_make_target.png new file mode 100755 index 00000000000..e813698f13a Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/icon_new_make_target.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/view_make_targets.png b/doc/org.eclipse.cdt.doc.user/images/view_make_targets.png index b2d10592fc4..6526578b7ec 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/view_make_targets.png and b/doc/org.eclipse.cdt.doc.user/images/view_make_targets.png differ diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_make_targets_view.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_make_targets_view.htm index 55b8d3da29a..84e58c91d2f 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_make_targets_view.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_make_targets_view.htm @@ -6,44 +6,74 @@ Make Targets view +

Make Targets view

-

Enables you to select the make targets you want to build in your workspace.

+

Use the Make Targets view to select the make targets you want to build in your workspace.

Make Targets View

-

+

Make Target toolbar

+

The table below lists the toolbar options displayed in the Make Targets view.

+ +

+ + + + + - + - + + + + + + + + + + + + + + + + - + - + - - - + + +
IconIcon Command Description
Home iconHome iconNew Make TargetOpens the Create Make Target dialog box to define a new make target.
Home iconEdit Make TargetEdits currently selected target in the Modify Make Target dialog box.
Home iconBuild Make TargetBuilds currently selected target.
Home icon Home Move to the top level.
Back iconBack icon Back Navigates back to a previous level.
Forward iconForward icon Forward Navigates forward to the next level.
Build Target iconBuild TargetBuilds currently selected target.Forward iconHide Empty FoldersToggles the display of empty folders in the Make Targets view.

+

Related tasks +
Creating a Make Target

+ +

Related references +
Views

+

Red Hat Copyright Statement
IBM Copyright Statement diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_navigator_view.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_navigator_view.htm index 360d11ab897..f20a10c4b6b 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_navigator_view.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_navigator_view.htm @@ -6,16 +6,22 @@ Navigator view +

Navigator view

-

This view provides a hierarchical view of the resources in the Workbench.

+

The Navigator view provides a hierarchical view of the resources in the Workbench including hidden files.

Navigator View

Toolbar

-

+

+ + + + + @@ -90,6 +96,9 @@

In addition to these menu items, the Navigator view menu shows a list of recently used working sets that have been selected in the view.

+

Related references +
C/C++ Views and Editors

+

 IBM Copyright Statement

diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_outline_view.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_outline_view.htm index 1c0ff3fa9f9..f46e3eec791 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_outline_view.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_outline_view.htm @@ -6,12 +6,13 @@ Outline view +

Outline view

-

The Outline view displays an outline of a structured C/C++ file that is currently +

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.

Outline View

@@ -21,25 +22,25 @@ open in the editor area, by listing the structural elements.

The table below lists the icons displayed in the Outline view toolbar.

-
Icon Name
+
- + - + - + - + - + @@ -49,93 +50,97 @@ open in the editor area, by listing the structural elements.

The table below lists the icons displayed in the Outline view.

-
IconIcon Description
Hide Fields IconHide Fields Icon Hide Fields
Hide Static Members IconHide Static Members Icon Hide Static Members
Hide Non-Public Members IconHide Non-Public Members Icon Hide Non-Public Members
Sort items alphabetically IconSort items alphabetically Icon Sort items alphabetically
+
+ + + + - + - - - - - - - - - - - - - - - - - @@ -151,6 +156,7 @@ C/C++ Projects view

Related reference
Views

+
IBM Copyright Statement diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_addmaketarget.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_addmaketarget.htm index eeda34ba8ba..4b4936c215d 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_addmaketarget.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_addmaketarget.htm @@ -16,22 +16,23 @@

To create a make target:

  1. Right click on a project and select Make Target > Create.
  2. -
  3. Enter the Target name and build options and click Create.
    - Create Make Target Window
     
  4. -
  5. The make target will appear in the Make Targets view.
    - Make Targets View
     
  6. +
  7. Enter the Target name and build options then click Create.
    + Create Make Target Window
     
  8. +
  9. The make target appear in the Make Target view.
    + Make Targets View
     

Related concepts
Build overview

-

Related tasks +

Related tasks
Defining Project Build settings
Building projects

Related reference
Create a Make Target
Make Target View

+
IBM Copyright Statement
IconIcon Description
+ Class icon Class
+ Namespace icon Namespace
+ Macro Definition icon Macro Definition
+ Enum icon Enum
+ Enumerator icon Enumerator
+ Variable icon Variable
+ Field private icon Field private
+ Field protected icon Field protected
+ Field public icon Field public
+ Include icon Include
+ Method private icon Method private
+ Method protected icon Method protected
+ Method public icon Method public
+ Struct icon Struct
+ Type definition icon Type definition
+ Union icon Union
+ Function icon Function