From b632016ae0b1e1541b694976f40ed5099b77d475 Mon Sep 17 00:00:00 2001 From: Vivian Kong Date: Wed, 12 May 2010 14:22:25 +0000 Subject: [PATCH] fix spelling --- .../concepts/cdt_c_outlineview.htm | 2 +- .../concepts/cdt_c_search.htm | 12 ++++++------ .../reference/cdt_u_m_edit.htm | 2 +- .../reference/cdt_u_project_explorer_view.htm | 4 ++-- .../reference/cdt_u_prop_build.htm | 2 +- .../reference/cdt_u_prop_general_pns_lib.htm | 2 +- .../reference/cdt_u_prop_general_pns_libpath.htm | 2 +- .../reference/cdt_u_prop_general_pns_ref.htm | 2 +- .../reference/cdt_u_view_executables.htm | 2 +- .../tasks/cdt_t_proj_build_set.htm | 2 +- .../tasks/cdt_t_proj_paths.htm | 2 +- .../tasks/cdt_t_proj_platf.htm | 2 +- doc/org.eclipse.cdt.doc.user/tasks/cdt_t_search.htm | 4 ++-- .../tasks/cdt_t_set_src_fold.htm | 2 +- 14 files changed, 21 insertions(+), 21 deletions(-) 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 0d5fadafd00..3b6d2de8305 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 @@ -15,7 +15,7 @@

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.

-Editor View highlighting corrisponding element in the Outline View +Editor View highlighting corresponding element in the Outline View

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_search.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_search.htm index cb8026804d2..add3e8482c3 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_search.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_search.htm @@ -219,17 +219,17 @@ your last search.

Search Concepts

Declarations

-

According to the ANSI C++ Spec, a declaration is a statement that “introduces a name into a translation unit or re-declares a name that has been previously introduced by a previous declaration.

+

According to the ANSI C++ Spec, a declaration is a statement that "introduces a name into a translation unit or re-declares a name that has been previously introduced by a previous declaration".

All C/C++ search elements can be searched for declarations.

Definitions

Most declarations are also definitions; in other words, they also define the entity for they declare the name for. However there are some elements that can have separate definitions from their declarations.

For C/C++ search the following elements can be searched for definitions:

References

By selecting references, C/C++ search will return all of the places the selected element is used.

All Occurrences

-

Selecting ‘All Occurrences’ in the Limit To section will result in a search for declarations, definitions (if applicable) and references for whatever element or elements have been selected.

+

Selecting 'All Occurrences' in the Limit To section will result in a search for declarations, definitions (if applicable) and references for whatever element or elements have been selected.

Any Element

-

Selecting ‘Any Element’ in the Search For section will result in a search for all of the listed elements plus macros and typedefs.

+

Selecting 'Any Element' in the Search For section will result in a search for all of the listed elements plus macros and typedefs.

For more information, see:

- By default, this dialog dispays only the project types + By default, this dialog displays only the project types that are buildable on the system on which Eclipse is running. You can view all installed project types by unchecking the Show Project Types and toolchains only if they are supported on the platform box. diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_search.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_search.htm index 752aecf0947..c379a37f950 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_search.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_search.htm @@ -44,11 +44,11 @@ The info required to do a search is: Search For - this is the element type that you wish to search for. You can also select to search on ‘Any Element’ which will perform the search on a combination of all elements + this is the element type that you wish to search for. You can also select to search on 'Any Element' which will perform the search on a combination of all elements Limit To - this allows you to limit your search to declarations, definitions or references. You can also select ‘All Occurrences’ which will search for declarations, definitions and references that match the element + this allows you to limit your search to declarations, definitions or references. You can also select 'All Occurrences' which will search for declarations, definitions and references that match the element Scope diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_set_src_fold.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_set_src_fold.htm index 0e418fa2670..03b75308a15 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_set_src_fold.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_set_src_fold.htm @@ -11,7 +11,7 @@

Note that source folders can only be currently used with Standard Make projects. Managed Make projects treat the entire project as a source folder.

-

Source folders are a way to cut down on a project’s indexing scope. +

Source folders are a way to cut down on a project's indexing scope. You can mark the folders that are part of your day to day work or part of a subsystem that you work on. All files inside source folders will be indexed and are, thus, searchable. Note that any files pulled in by