diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_before_you_begin.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_before_you_begin.htm index 8b489e8bfb0..07d793e3b94 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_before_you_begin.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_before_you_begin.htm @@ -22,7 +22,7 @@

The following error message means that no make is installed or your path is not configured correctly.

'g++' (or 'make') is not recognized as an internal or external command, operable program or batch file
-

To check your path at a command prompt and enter PATH. Make sure that the path to your build utility is defined (example PATH=c:\cygwin\bin).

+

To check your path open a command prompt and type PATH. Make sure that the path to your build utility is defined (example PATH=c:\cygwin\bin).

Related reference diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_debug.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_debug.htm index 1274134aa70..65308483f4d 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_debug.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_debug.htm @@ -25,7 +25,7 @@ examining the contents of variables.

that you debug this project.

  • In the C/C++ Application box, type hello.exe.
  • Click Debug.
  • -

    The debug perspective the hello.exe application window open. +

    You will now see the debug perspective with the hello.exe application window open. The C/C++ editor is repositioned in the perspective.

  • In the left margin of the main.cpp window, double-click to set a breakpoint on:
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_window.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_window.htm index 2bc8ce28b91..fe0ac5fdc2d 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_window.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_window.htm @@ -87,7 +87,7 @@
  • Next Editor: Activates the next open editor in the list of most recently used editors.
  • Previous Editor: Activates the previous open editor in the list of most recently used editors.
  • Next View: Activates the next open view in the list of most recently used views.
  • -
  • Previous View: Activates the previous open editor in the list of most recently used editors.
  • +
  • Previous View: Activates the previous open view in the list of most recently used views.
  • Next Perspective: Activates the next open perspective in the list of most recently used perspectives.
  • Previous Perspective: Activates the previous open perspective in the list of most recently used perspectives.
  • diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz_s_binary.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz_s_binary.htm index e438c3cf5f0..985ec508d43 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz_s_binary.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz_s_binary.htm @@ -18,7 +18,7 @@ function changeSize(theImage,wd,ht) {

    New Project Wizard - Standard Make, Binary Parser

    You can select the Binary Parsers you require for the project.

    -

    To ensure the accuracy of the C/C++ Projects view and the ability to successfully run and debug your programs. +

    Select the appropriate binary parser to ensure the accuracy of the C/C++ Projects view and the ability to successfully run and debug your programs. After you select the correct parser for your development environment and build your project, you can view the symbols of the .o file in the C/C++ Projects view.

    New Project Wizard, Standard Make, Binary Parser

    diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_setreminder.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_setreminder.htm index 0478d35747d..747449c4bfa 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_setreminder.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_setreminder.htm @@ -15,7 +15,7 @@

    Setting reminders

    The Tasks view lets you create your own tasks. In addition to having the Tasks view automatically list build errors, you can set personal reminders -for tasks, such as un functions that you write or error handling routines +for tasks, such as unfinished functions that you write or error handling routines that you want to verify.