diff --git a/doc/org.eclipse.cdt.doc.user/contexts_CDT.xml b/doc/org.eclipse.cdt.doc.user/contexts_CDT.xml index 88b33a9a387..22657e4569d 100644 --- a/doc/org.eclipse.cdt.doc.user/contexts_CDT.xml +++ b/doc/org.eclipse.cdt.doc.user/contexts_CDT.xml @@ -531,4 +531,8 @@ + + The Project Explorer displays project information. + + diff --git a/doc/org.eclipse.cdt.doc.user/images/c_exe_obj.png b/doc/org.eclipse.cdt.doc.user/images/c_exe_obj.png new file mode 100755 index 00000000000..9f89f36da17 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/c_exe_obj.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/c_object_file.png b/doc/org.eclipse.cdt.doc.user/images/c_object_file.png new file mode 100755 index 00000000000..29c5bb72797 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/c_object_file.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/namespace_declared_obj.png b/doc/org.eclipse.cdt.doc.user/images/namespace_declared_obj.png new file mode 100755 index 00000000000..0dd626ecc25 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/namespace_declared_obj.png differ diff --git a/doc/org.eclipse.cdt.doc.user/plugin.xml b/doc/org.eclipse.cdt.doc.user/plugin.xml index 21411bb44b8..b0e7a7ff085 100644 --- a/doc/org.eclipse.cdt.doc.user/plugin.xml +++ b/doc/org.eclipse.cdt.doc.user/plugin.xml @@ -43,7 +43,11 @@ file="contexts_CDT.xml" plugin="org.eclipse.cdt.ui"> - + + + C/C++ Project View +

C/C++ Projects view

-

The C/C++ Projects view displays, in a tree structure, only elements relevant to C and C++ project files. In this view you can do the following: +

The C/C++ Project view displays, in a tree structure, only elements relevant to C and C++ project files, similar to the Project Explorer view. In this view you can do the following:

-Files that you select in the C/C++ Projects view affect the information that is displayed in other views.

+

Files that you select in the C/C++ Projects view affect the information that is displayed in other views.

+

Right-click on any resource in the Project Explorer view to open a pop-up menu that allows you to perform operations such as copying, moving, creating new resources, comparing resources with each other, or performing team operations.

C/C++ Projects View

-

Toolbar

+

C/C++ Projects toolbar

+

The table below lists the toolbar options displayed in the C/C++ Projects view.

-

+

+ + + + + @@ -85,12 +93,6 @@ Files that you select in the C/C++ Projects view affect the information that is
Deselects the current working set.

Edit Active Working Set
Opens the Edit Working Set dialog to allow changing the current working set.

-

Sort
-
This command sorts the resources in the view according to the selected schema:
-
    -
  • By Name:  Resources are sorted alphabetically, according to the full name of the resource (e.g., A.TXT, then B.DOC, then C.HTML, etc.)
  • -
  • By Type:  Resources are sorted alphabetically by file type/extension (e.g., all DOC files, then all HTML files, then all TXT files, etc.).
  • -

Filters
This command allows you to select filters to apply to the view so that you can show or hide various resources as needed. File types selected in the list will not be shown in the C/C++ Projects view.

@@ -105,103 +107,118 @@ Files that you select in the C/C++ Projects view affect the information that is

The table below lists the icons displayed in the C/C++ Projects view.

-
Icon Name
+
- + - - + + + + + + + + - - - - - - - - - - - - - - + + + + - - - @@ -215,7 +232,9 @@ Files that you select in the C/C++ Projects view affect the information that is
Displaying C/C++ file components in the C/C++ Projects view
Hiding files by type in the C/C++ Projects view

- +

Related references +
Project Explorer view

+

Red Hat Copyright Statement
IBM Copyright Statement diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_project_explorer_view.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_project_explorer_view.htm index 9d1286c3d90..e7eb5fe4b85 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_project_explorer_view.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_project_explorer_view.htm @@ -6,11 +6,12 @@ Project Explorer View +

Project Explorer view

-

The Project Explorer view displays, in a tree structure similar to the C/C++ Projects view, but it is not limited to C and C++ projects. In this view you can do the following: +

The Project Explorer view displays, in a tree structure similar to the C/C++ Projects view, but it is not limited to C and C++ projects. In this view you can do the following:

  • Browse the elements of C/C++ source files
  • Open files in the editor view
  • @@ -21,13 +22,20 @@
  • Import or Export files and projects
-Files that you select in the Project Explorer view affect the information that is displayed in other views.

+

Files that you select in the Project Explorer view affect the information that is displayed in other views.

+

Right-click on any resource in the Project Explorer view to open a pop-up menu that allows you to perform operations such as copying, moving, creating new resources, comparing resources with each other, or performing team operations.

Project Explorer view

-

Toolbar

+

Project Explorer toolbar

+

The table below lists the toolbar options displayed in the Project Explorer view.

-

IconIcon Description
+ C or C++ file Icon C or C++ file
+ + Executable file iconDebuggable executable file
+ C or C++ object file iconObject file
Class Icon Class
+ 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
+ Makefile icon Makefile
+ Method private icon Method private
+ Method protected icon Method protected
+ Method public icon Method public
+ Namespace icon Namespace
+ + Namespace declared iconNamespace declared
Struct icon Struct
+ Type definition icon Type definition
+ Union icon Union
+ Function icon Function
+

+ + + + + @@ -69,6 +77,8 @@ Files that you select in the Project Explorer view affect the information that
Deselects the current working set.

Edit Active Working Set
Opens the Edit Working Set dialog to allow changing the current working set.

+

Package Presentation
+
Choose to display packages in flat or hierarchical form.

Customize View
This command allows customization of view filters and content modules. The previous will allow you to supress the display of certain types of files @@ -85,103 +95,118 @@ Files that you select in the Project Explorer view affect the information that

The table below lists the icons displayed in the Project Explorer view for C/C++ content.

-
Icon Name
+
- + - - + + + + + + + + - - - - - - - - - - - - - - + + + + - - - @@ -195,7 +220,10 @@ Files that you select in the Project Explorer view affect the information that
Displaying C/C++ file components in the Project Explorer view
Hiding files by type in the Project Explorer view

+

Related references +
C/C++ Projects view

+

IBM Copyright Statement

IconIcon Description
+ C or C++ file icon C or C++ file
+ + Executable file iconDebuggable executable file
+ C or C++ object file iconObject file
Class icon Class
+ 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
+ Makefile icon Makefile
+ Method private icon Method private
+ Method protected icon Method protected
+ Method public icon Method public
+ Namespace icon Namespace
+ + Namespace declared iconNamespace declared
Struct icon Struct
+ Type Definition icon Type definition
+ Union icon Union
+ Function icon Function