diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm index f5793f5dffc..8025217bb3c 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm @@ -38,7 +38,7 @@ may contain other information.

Rename in File

To make rename refactoring work interactively in the editor, - position the cursor on an identifier in the editor and hit Cntl-1 + position the cursor on an identifier in the editor and hit Ctrl-1 (the hotfix key). Choose "Rename in file." Changing an identifier simultaneously changes all other references to that identifier.

Rename in File @@ -263,7 +263,7 @@ may contain other information.

  • Context menu actions on Working Sets in the Project Explorer for activating and building configurations -

    Activating and building working set configurations through context menu

    +

    Activating and building working set configurations through context menu

  • For more details, see the working sets @@ -306,8 +306,7 @@ may contain other information.
  • RSE EFS projects and EFS resources are supported.
  • Improved performance.
  • -

    More accurate algorithm for associating errors/warnings from build output with files in the
-				workspace +

    More accurate algorithm for associating errors/warnings from build output with files in the workspace

    In the Problems View, external file locations (outside of the workspace) have been moved to the Location column and associated with "Open External Location" menu.

    Open External Location from context menu in Problems View @@ -387,6 +386,7 @@ may contain other information. --> +

    Back to Top

    CDT 5.0 - New and Noteworthy

    diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_import.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_import.htm index a0b3d43cb8d..440a8cde47f 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_import.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_import.htm @@ -42,7 +42,7 @@ function newWin(url) {
  • In the Location field, specify the path to the existing files for your project.
  • From the Project types list, expand Makefile Project and select Empty Project..
  • Make sure a toolchain is selected.
  • diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_newcpp.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_newcpp.htm index ace9f5c8287..ee518037568 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_newcpp.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_newcpp.htm @@ -47,14 +47,14 @@ using namespace std; int main () { // Say Hello five times - for (int index = 0; index < 5; ++index) - cout << "HelloWorld!" << endl; + for (int index = 0; index < 5; ++index) + cout << "HelloWorld!" << endl; char input = 'i'; - cout << "To exit, press 'm'" << endl; + cout << "To exit, press 'm'" << endl; while(input != 'm') { cin >> input; - cout << "You just entered " << input - << " you need to enter m to exit." << endl; + cout << "You just entered " << input + << " you need to enter m to exit." << endl; } exit(0); } @@ -93,4 +93,4 @@ can build your HelloWorld project, you must create a makefile.

    IBM Copyright Statement - \ No newline at end of file + 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 bd9b157c109..2ace224f238 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 @@ -13,9 +13,9 @@

    Run and Debug

    Types of Launch configurations supported by CDT

    - 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
    + 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 Configurations common tabs

    Main
    @@ -28,4 +28,4 @@

    IBM Copyright Statement

    - \ No newline at end of file + diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_launch_group.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_launch_group.htm index 0dee26af8d7..4170bf1e96c 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_launch_group.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_launch_group.htm @@ -56,14 +56,14 @@ The Common tab lets you select where the configuration is stored, see 2. It establishes a 'mode' filter for the launch configurations that are exposed to the user (for selection) in the area below the combobox
    -

    +

    For example, when the 'debug' mode is selected, (1) only launch configurations that support being invoked in 'debug' mode appear. Also, (2) when the launch group is invoked, that particular child launch configuration will be invoked in 'debug' mode.

    Filter input
    Type in filter input to filter list of configurations by name -
    Configurations tree
    Lists all available launch configurations for the selected Launch Mode, filtered by Filter input. +
    Configurations tree
    Lists all available launch configurations for the selected Launch Mode, filtered by Filter input.
    Use default mode when launching
    This checkbox acts as a sort of override to whatever mode is set in the Launch Mode @@ -77,7 +77,7 @@ the "Use default..." checkbox, you're saying: "launch this particular child configuration in the mode that the parent (launch group) is launched with." If you do not have that checkbox checked, then the child configurations will be invoked in whatever mode each individual child is configured with. -

    +

    Note that "Use default..." control can allow you to create a launch group that will not be successful. For example when one or more launch configurations selected cannot be launched in the mode dictated by launch group mode. @@ -93,7 +93,7 @@ There are several actions available that control what should be done after each -

    +

    @@ -113,4 +113,4 @@ There are several actions available that control what should be done after each - \ No newline at end of file +