From 95edce41bec7f304d48713b267b6ca9518a97fd0 Mon Sep 17 00:00:00 2001 From: Vivian Kong Date: Mon, 31 May 2010 17:15:06 +0000 Subject: minor doc fixes --- .../concepts/cdt_c_proj_file_views.htm | 2 +- doc/org.eclipse.cdt.doc.user/contexts_CDT.xml | 2 +- .../getting_started/cdt_w_creating_cpp_file.html | 65 ---------------------- .../getting_started/cdt_w_newmake.htm | 2 +- .../reference/cdt_o_run_dbg_pages.htm | 2 +- .../reference/cdt_u_project_explorer_view.htm | 2 +- .../reference/cdt_u_view_executables.htm | 2 +- .../tasks/cdt_t_disassembly.htm | 4 +- 8 files changed, 8 insertions(+), 73 deletions(-) delete mode 100644 doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_creating_cpp_file.html (limited to 'doc') 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 0a95a6e56e8..edc3c01c788 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 @@ -42,7 +42,7 @@ From this view, you can open files for editing or select resources for operation copy, move, create new resources, compare resources, or perform team operations. For a description of what each menu item does, select an item and press F1.

-

The Project Explorer view is provided by the Eclipse Platform. See the Workbench User Guide for more information.

+

The Project Explorer view is provided by the Eclipse Platform. See the Workbench User Guide for more information.

Related concepts
diff --git a/doc/org.eclipse.cdt.doc.user/contexts_CDT.xml b/doc/org.eclipse.cdt.doc.user/contexts_CDT.xml index 543841dcb14..e641231d978 100644 --- a/doc/org.eclipse.cdt.doc.user/contexts_CDT.xml +++ b/doc/org.eclipse.cdt.doc.user/contexts_CDT.xml @@ -534,7 +534,7 @@ - + The Project Explorer displays project information. diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_creating_cpp_file.html b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_creating_cpp_file.html deleted file mode 100644 index b9aa13cf634..00000000000 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_creating_cpp_file.html +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - Creating your C++ file - - - -

Creating your C++ file

- -

Once you have created a new remote C/C++ project, you can begin coding your program. - The .cpp file that you create will be saved in the project folder you just created in - Creating a remote project.

- -

Files are edited in the Remote C/C++ Editor located to the right of - the Project Explorer view. The left margin of the Remote C/C++ Editor, called the marker - bar, displays icons for items such as bookmarks, breakpoints, and compiler errors and warnings.

- -

For more information about:

- - -

To create a C++ file:

-
    -
  1. In the Project Explorer view, right-click a project, and - select New > File > Other.
    - New > File > Other in Projects View
  2. -
  3. Select Source file under C++.
    - New Source file in New Wizard Dialog
  4. -
  5. In the Source File box, type a name followed by the - appropriate extension. Select a template.
  6. -
  7. Click Finish.
    - New Source File Wizard
  8. -

    The file will open in the Remote C/C++ editor.

    -
  9. Enter your code in the editor view.
    - Editor view with a sample code
  10. -
  11. Type CTRL+S to save the file.
  12. -
- -

Your new .cpp file is displayed in the Project Explorer view. Before you - can build your newly created project, you must create a makefile. - See Creating your makefile.

- -
- - Related tasks -
- Creating a C/C++ file -
- - Related reference -
- Editor View
-
- - - diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_newmake.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_newmake.htm index 8dbb8282f15..4889bb044d6 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_newmake.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_newmake.htm @@ -65,7 +65,7 @@ contains main.cpp and makefile. You can now build your HelloWorld project.

Back icon Back: Creating your C++ file

Related concepts
-Project
+Project
Code entry

Related tasks
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_o_run_dbg_pages.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_o_run_dbg_pages.htm index 2ace224f238..64cba4570ff 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_o_run_dbg_pages.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_o_run_dbg_pages.htm @@ -16,7 +16,7 @@ C/C++ Local Application - run application on local host
C/C++ Attach to Local Application - attach to already running application on the local host
C/C++ Postmortem debugger - run debugger on "core" file
- Launch Group - launch multiple applications
+ Launch Group - launch multiple applications

Launch Configurations common tabs

Main
Arguments
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 8ed379732d4..c2f2fd71b68 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 @@ -89,7 +89,7 @@

-

The Project Explorer view is provided by the Eclipse Platform. See the Workbench User Guide for more information.

+

The Project Explorer view is provided by the Eclipse Platform. See the Workbench User Guide for more information.

Project Explorer view icons

diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_view_executables.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_view_executables.htm index 54a819ac550..325a8ecda03 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_view_executables.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_view_executables.htm @@ -23,7 +23,7 @@
  • view routines and header files used by the source file. Click the tree control to expand or collapse a list of included header files and routine names for fast navigation.
  • find and set breakpoints, watchpoints, and eventpoints in source files. Double-click a source file to open it in an editor view and to review the status of its breakpoints.
  • -

    In addition, an Executables project is created in the Project Explorer view. The binaries shown in the Executables project can be deleted which also removes them from the Executables view. For binaries outside the workspace you must import them into the Executables view so their symbolics can be used during the debug session. You can also drag and drop executables into the view.

    +

    In addition, an Executables project is created in the Project Explorer view. The binaries shown in the Executables project can be deleted which also removes them from the Executables view. For binaries outside the workspace you must import them into the Executables view so their symbolics can be used during the debug session. You can also drag and drop executables into the view.

    Executables view

    The Executables view consists of the Executable Name and Source File Name panes described in the table below. Use the Columns button in the toolbar to show or hide specific columns in each pane. Columns can be sorted and rearranged in the order desired.

    diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_disassembly.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_disassembly.htm index b59523c6e04..13ad590717f 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_disassembly.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_disassembly.htm @@ -14,13 +14,13 @@

    Stepping into disassembled code

    -

    The Disassembly view lets you examine your program as it steps into +

    The Disassembly view lets you examine your program as it steps into disassembled code. This is useful when the instruction pointer enters a function for which it does not have the source. To open the Disassembly view select Window > Show View > Disassembly menu.

    To activate the instruction step mode check the Instruction Stepping Mode option (Instruction Stepping Mode icon) -on the Debug view toolbar. The Debugger switches to the instruction stepping mode automatically +on the Debug view toolbar. The Debugger switches to the instruction stepping mode automatically when the Disassembly view has focus.

    Related concepts -- cgit v1.2.3