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 791abf62806..553ff567b02 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 @@ -15,12 +15,10 @@ tr {vertical-align: top;} -

CDT 6.0 - New and Noteworthy

-

Note: "New and Noteworthy" for previous versions is at the bottom of this file.

-

See What's new in CDT 6.0 on the CDT wiki; -may contain other information. +

CDT 7.0 - New and Noteworthy

+

See What's new in CDT 7.0 on the CDT wiki +which may contain more recent information.

- @@ -30,430 +28,312 @@ may contain other information.

- + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - - - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + - - - - - + - - - - - - - + + - - - -
-
Editor
+
Editor
-

Rename in File

+

Sort Lines

To make rename refactoring work interactively in the editor, - 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 +

The new Sort Lines command that sorts selected lines alphabetically. +
+

Surround with

+
+

Surround with

+
+

Templates View support

+
Added Templates View support. +

Templates View

+
+

Outline View Groupings

+
Option to group macro definitions in the Outline view. +

Outline View Groupings

+

 

-

Refactoring

-
"Extract local variable" is added via editor context menu. - Select an expression in the editor and select Refactor > Extract local variable - from the context menu. -

refactor

-

refactoring context menu highlighting 'extract local variable' -

Give the new local variable a name

-

refactor

- A local variable is created from the expression and its - use is inserted in the original expression. -

refactor

+
+
Codan
-

Add Include

+

Code Analysis

Add Include significantly improved. -
    -
  • CDT can infer the header file of a function or class from its use and automatically insert the appropriate - #include directive. For example create a file with a main method and a call to printf. Right click on the call to - printf and select Source > Add Include. CDT will infer that printf is defined in the cstdio header and - automatically insert the #include directive for that header. -
      -
    • This feature works much better in CDT 6.0.
    • -
    -
  • -
- - -
-

Outline View

-
-
    -
  • Inactive code is shown in Outline View. The CDT parser can now detect top-level declarations within - inactive code blocks and display them in the outline view. Inactive declarations appear slightly greyed out and the - icon has a slash through it. -

    Inactive code in Outline View +

New code analysis framework is introduced, called Codan. See this + wiki for details. +

Codan

 

- -
  • Grouping of method definitions in the Outline view. -

    - The outline view is now capable of displaying class members defined outside the class in the same way it displays - members defined inside the class. -

    - This feature can be turned on/off in the preferences. -

    Grouping of method definitions in the Outline view -

     

    -

    Method definitions grouping preference -

     

    -
  • - -
    -

    Macro Exploration

    -
    Improved Macro Exploration control. -
      -
    • The Macro Expansion hover now has a toolbar at the bottom of the control with back, forward and open - declaration buttons.
    • -
    • The title bar of the Macro Expansion hover is now draggable.
    • -

      Macro Expansion hover toolbar

      -
    -
    -

    Block selection mode

    -
    Block selection mode now works in the CDT editor. -

    Block selection mode in editor -

    -

    C style block commenting

    -
    C style block commenting (Ctrl-Shift-/) improved -
    -
    Indexing
    +
    +
    Refactoring
    -

    Implicit references and overloaded operators

    +

    Getters and setters

    -

    - Index support for implicit references and overloaded operators: -
      -
    • The indexer now picks up references for uses of overloaded operators.
    • -
    • The editor now has full support for overloaded operators including semantic highlighting, mark occurrences - and open declaration. -

      Overloaded operators support in editor -

       

      -
    • -
    • A category has been added to the syntax highlighting options for overloaded operators. -

      Overloaded operators syntax color option in preference -

       

      -
    • -
    • It is now possible to search for references to overloaded operators. -

      Overloaded operators in search results -

       

      -
    • -
    • Uses of overloaded operators now show up in the call hierarchy view. -

      Overloaded operators in call hierarchy view -

       

      -
    • -
    • The indexer is picking up more information to support this feature, therefore indexing time may be longer - and the size of the index file will be larger. For this reason the indexer options page provides the option to turn - off the collection of implicit references. -

      Skip implicit references option in indexer preference -

       

      -
    • -
    -
    -

    System Includes

    -
    -
      -
    • Heuristics to pick up otherwise unresolved include files from the project -

      In older versions of CDT the user was forced to manually set up all include paths that were not discovered by - the build system. Now CDT is capable of automatically finding any header file that is located within the project - without manual setup. -

      (See Bug 213562)

      -

       

      -
    • -
    -
    -

    Indexer Accuracy

    -
    -
      -
    • Rework of template instantiation -

      - There have been significant improvements to the CDT editor for supporting C++ templates. Content assist now works - much better within code that makes heavy use of templates.

      -

       

      -
    • - There have been numerous improvements to the performance and accuracy of the CDT parser and indexer.
    • -
    -
    -
    Navigation and Search
    +
    Choice where to place getters and setters during refactoring.
    -

    Open Declaration

    +

    Refactoring History

    Open Declaration (F3) improved, particularly for unresolved symbols. -

    Open Declaration is capable of detecting potential matches.

    -

    Improved open declaration for unresolved symbols -

    It is now possible to navigate from a delete statement to the destructor method that is implicitly called.

    -

    Delete statement navigation +

    Introduced Refactoring History for the CDT Refactorings +

    Getters and setters

    +

     

    -
    Project and Build
    +
    +
    Build
    -

    Converters

    +

    Edit While Building

    Allow saving files while external Makefile builds are in progress +
    -
      -
    • Added a converter to convert a general project to a Managed make project
    • -
    • Fixes to Makefile converter
    • -
    +

    Console Error Highlighting

    +
    Compiler errors and warnings are now highlighted in the build console. + Navigation from errors in build console to location in editor is possible + with double-click on the highlighted line. +

    Console Error Highlighting

    +
    +

    Regex Error Parser

    +
    Regular Expression Error Parser introduced. The parser is user-configurable and can be used + to parse errors from non-standard compilers +

    Regex Error Parser

    +
    +

    Save Log

    +
    Added ability to save build log to a file +

    Save Log

    +
    +

    Run Last Target

    +
    New keyboard bindings "Run Last Make Target" F9/Shift-F9 +

    Run Last Target

    +
    +

    Project Context Menu

    +
    Organized project context menu related to build. +

    Project Context Menu

    +
    +

    Build Selected Configurations

    +
    Reworked "Build Selected Configurations" dialog. +

    Build Selected Configurations

    +
    +

    Build Preferences

    +
    Organized build preferences under Build page. +

    Build Preferences

    +
    +

    New Icons

    +
    New icons and decorations. +

    New Icons

    +
    +

    Import Includes

    +
    Import/Export in Includes and Symbols tabs on the Paths and Symbols project properties. +

    Import Includes

    +
    +

    MinGW and Cygwin

    +
    Better algorithms to recognize MinGW and Cygwin toolchains, see + bug 303900 (Cygwin 1.7) and + bug 195572 (MINGW) for details. +
    +

    Hello World

    +
    When a Hello World project is created, open generated file automatically. +
    +

    Headless Builder

    +
    Headless Builder has been improved: supports configuration selection, + returns error code if built projects have error markers. +
    +

    GCC options

    +
    ManagedBuild GCC toolchain supports pre included header files, i.e. -include switch to gcc
    -

    Working Sets

    +

    References

    -
      -
    • Complete overhaul of the user interface for Working Set Configurations:
    • -
        -
      • Updated Manage Working Set Configurations dialog for simpler workflows
      • -
      • Quick access to configurations via a property page for Working Sets -

        New working set configuration dialog -

         

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

        Activating and building working set configurations through context menu

        - -
      • -
      • For more details, see the working sets - design document
      • -
      -
    +
  • CDT Project References can be ordered. Referenced paths and symbols automatically track this order.
  • +
  • References to library projects are automatically linked in.
  • +
  • A configuration can reference another configuration in the same project.
  • -

    Make Targets View

    +

    UPC

    -
      -
    • Icons, menu and dialogs have been enhanced. Build action uses hammer icon for consistency with project - build icon in editor toolbar. -

      Make Targets View +

    • New UPC project wizard supports the Berkeley UPC toolchain.
    •  

      -

      +
    +
    Debug
    +
    +

    Non-Stop

    +
    Support for Non-Stop Debugging (stopping one or more threads while the others continue to execute). + Requires GDB 7.0 or newer. +

    Non-Stop debugging

    +
    +

    Features

    +
    +
  • DSF-GDB. The default debugger for the CDT is now using a different debugging framework and is called DSF-GDB. + It provides better support for newer GDB versions, such as 6.7, 6.8 and 7.x, for older versions you would + have to edit preferences to use the old framework (CDI) by default. See full list of DSF-GDB features + here. +
  • +
  • GDB Tracepoints are now supported. See the + wiki page. Available in DSF-GDB only. +
  • +
  • Reverse Debugging which allows to undo execution. + Requires GDB 7.0 or newer and only available on Linux. Available in DSF-GDB only. + A webinar on the topic is available here. +
  • +
  • Run To Line feature now allows to run to any line in the program, instead of only lines within the same method. +
  • +
  • Pretty Printing feature of GDB is supported. Requires GDB 7.0 or newer as well as python, and GDB's python pretty-printers. + Some information available here. +
  • +
  • Interrupts on Windows platform while debugging application got improved support.
  • -
  • Drag and Drop of Make Targets in Make Targets View. It is possible to copy/paste, drag files from Project - Explorer to the view, or Make Targets to external editor, various options available. -

    Drag and Drop enabled in Make Targets View

     

    -

    -
  • - -
    -

    Error and Problem management

    -
    ErrorParserManager has been significantly simplified and improved. See bug 264715 and its subtasks. -
      -
    • Uses a much more accurate algorithm for associating errors/warnings from build output with files in the - workspace.
    • -
    • Other C/C++ projects from the workspace are considered when looking for files.
    • -
    • 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 -

    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 -

      -
    • Remote Project Support -
        -
      • New ICommandLauncher interface supports overriding how build commands are launched.
      • -
      • EFS resources now supported with Managed Build.
      • -
      -
    • -
    • XL C/C++ Compiler Support -
        -
      • The XL C/C++ Error Parser has been modernized. It can handle compiler errors/warnings better and - now also xlC linker warnings.
      • -
      • XL C/C++ v10.1 option support in Managed Build
      • -
      • XL UPC compiler support added.
      • -
      -
    • -
    • Headless Build You can now Import and Build CDT Projects without starting the IDE.
    • -
    -
    -
    Debug and Launch
    +
    +
    Bugs Fixed
    -

    DSF Integration

    +

    Fixed

    DSF (Eclipse Debugger Services Framework) integrated. See DSF features for more information.
    -

    Launch Group

    -
    -

    New "Launch Group" launch configuration. Allows to launch several processes at once.

    -

    Debug launch group +

    All Bugsilla tasks closed in this release: + + CDT 7.0 bug fixes + +

     

    -
    Bugs fixed
    +
    +
    Known Limitations
    -

    Bugs fixed

    +

    Limitations

    Bugs fixed in this release: - - CDT 6.0 bug fixes - + Cannot run or debug class in a project with GB18030 characters in workspace/project name. + Most class libraries do not properly support the creation of a system process (via java.lang.Runtime.exec(...)) + when the specified command line contains GB18030 characters. This limitation means the scanner + discovery mechanism and debugger cannot launch applications when the command line it generates + contains GB18030 characters. Details in Bug 308803
    -

    Back to Top -

    CDT 5.0 - New and Noteworthy

    -

    CDT 5.0 includes new features in Editor, Call Hierarchy, -Refactoring, Indexer, Projects & Build, and Debug. -

    -See What's New in CDT 5.0 on the CDT Wiki for more information including screen shots. -

    Highlights include: +

    See also CDT 6.0 - New and Noteworthy to learn what's new in previous CDT versions.

    -

    Editor

    - -

    Navigation and Search

    - -

    Call Hierarchy

    - -

    Refactoring

    - -

    Indexer

    - -

    Projects and Build

    - -

    Debug

    -

    Back to Top +

     

    - diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew_60.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew_60.htm new file mode 100644 index 00000000000..791abf62806 --- /dev/null +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew_60.htm @@ -0,0 +1,459 @@ + + + + + + + + + +CDT New and Noteworthy + + + +

    CDT 6.0 - New and Noteworthy

    +

    Note: "New and Noteworthy" for previous versions is at the bottom of this file.

    +

    See What's new in CDT 6.0 on the CDT wiki; +may contain other information. +

    + + + + + + + +

    +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    Editor
    +
    +

    Rename in File

    +
    To make rename refactoring work interactively in the editor, + 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 +

    +

    Refactoring

    +
    "Extract local variable" is added via editor context menu. + Select an expression in the editor and select Refactor > Extract local variable + from the context menu. +

    refactor

    +

    refactoring context menu highlighting 'extract local variable' +

    Give the new local variable a name

    +

    refactor

    + A local variable is created from the expression and its + use is inserted in the original expression. +

    refactor

    +
    +

    Add Include

    +
    Add Include significantly improved. +
      +
    • CDT can infer the header file of a function or class from its use and automatically insert the appropriate + #include directive. For example create a file with a main method and a call to printf. Right click on the call to + printf and select Source > Add Include. CDT will infer that printf is defined in the cstdio header and + automatically insert the #include directive for that header. +
        +
      • This feature works much better in CDT 6.0.
      • +
      +
    • +
    + + +
    +

    Outline View

    +
    +
      +
    • Inactive code is shown in Outline View. The CDT parser can now detect top-level declarations within + inactive code blocks and display them in the outline view. Inactive declarations appear slightly greyed out and the + icon has a slash through it. +

      Inactive code in Outline View +

       

      +
    • +
    • Grouping of method definitions in the Outline view. +

      + The outline view is now capable of displaying class members defined outside the class in the same way it displays + members defined inside the class. +

      + This feature can be turned on/off in the preferences. +

      Grouping of method definitions in the Outline view +

       

      +

      Method definitions grouping preference +

       

      +
    • +
    +
    +

    Macro Exploration

    +
    Improved Macro Exploration control. +
      +
    • The Macro Expansion hover now has a toolbar at the bottom of the control with back, forward and open + declaration buttons.
    • +
    • The title bar of the Macro Expansion hover is now draggable.
    • +

      Macro Expansion hover toolbar

      +
    +
    +

    Block selection mode

    +
    Block selection mode now works in the CDT editor. +

    Block selection mode in editor +

    +

    C style block commenting

    +
    C style block commenting (Ctrl-Shift-/) improved + +
    +
    Indexing
    +
    +

    Implicit references and overloaded operators

    +
    +

    + Index support for implicit references and overloaded operators: +
      +
    • The indexer now picks up references for uses of overloaded operators.
    • +
    • The editor now has full support for overloaded operators including semantic highlighting, mark occurrences + and open declaration. +

      Overloaded operators support in editor +

       

      +
    • +
    • A category has been added to the syntax highlighting options for overloaded operators. +

      Overloaded operators syntax color option in preference +

       

      +
    • +
    • It is now possible to search for references to overloaded operators. +

      Overloaded operators in search results +

       

      +
    • +
    • Uses of overloaded operators now show up in the call hierarchy view. +

      Overloaded operators in call hierarchy view +

       

      +
    • +
    • The indexer is picking up more information to support this feature, therefore indexing time may be longer + and the size of the index file will be larger. For this reason the indexer options page provides the option to turn + off the collection of implicit references. +

      Skip implicit references option in indexer preference +

       

      +
    • +
    +
    +

    System Includes

    +
    +
      +
    • Heuristics to pick up otherwise unresolved include files from the project +

      In older versions of CDT the user was forced to manually set up all include paths that were not discovered by + the build system. Now CDT is capable of automatically finding any header file that is located within the project + without manual setup. +

      (See Bug 213562)

      +

       

      +
    • +
    +
    +

    Indexer Accuracy

    +
    +
      +
    • Rework of template instantiation +

      + There have been significant improvements to the CDT editor for supporting C++ templates. Content assist now works + much better within code that makes heavy use of templates.

      +

       

      +
    • + There have been numerous improvements to the performance and accuracy of the CDT parser and indexer.
    • +
    +
    +
    Navigation and Search
    +
    +

    Open Declaration

    +
    Open Declaration (F3) improved, particularly for unresolved symbols. +

    Open Declaration is capable of detecting potential matches.

    +

    Improved open declaration for unresolved symbols +

    It is now possible to navigate from a delete statement to the destructor method that is implicitly called.

    +

    Delete statement navigation +

    +
    Project and Build
    +
    +

    Converters

    +
    +
      +
    • Added a converter to convert a general project to a Managed make project
    • +
    • Fixes to Makefile converter
    • +
    +
    +

    Working Sets

    +
    +
      +
    • Complete overhaul of the user interface for Working Set Configurations:
    • +
        +
      • Updated Manage Working Set Configurations dialog for simpler workflows
      • +
      • Quick access to configurations via a property page for Working Sets +

        New working set configuration dialog +

         

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

        Activating and building working set configurations through context menu

        + +
      • +
      • For more details, see the working sets + design document
      • +
      +
    +
    +

    Make Targets View

    +
    +
      +
    • Icons, menu and dialogs have been enhanced. Build action uses hammer icon for consistency with project + build icon in editor toolbar. +

      Make Targets View +

       

      +

      +
    • +
    • Drag and Drop of Make Targets in Make Targets View. It is possible to copy/paste, drag files from Project + Explorer to the view, or Make Targets to external editor, various options available. +

      Drag and Drop enabled in Make Targets View +

       

      +

      +
    • +
    +
    +

    Error and Problem management

    +
    ErrorParserManager has been significantly simplified and improved. See bug 264715 and its subtasks. +
      +
    • Uses a much more accurate algorithm for associating errors/warnings from build output with files in the + workspace.
    • +
    • Other C/C++ projects from the workspace are considered when looking for files.
    • +
    • 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 +

    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 +

      +
    • Remote Project Support +
        +
      • New ICommandLauncher interface supports overriding how build commands are launched.
      • +
      • EFS resources now supported with Managed Build.
      • +
      +
    • +
    • XL C/C++ Compiler Support +
        +
      • The XL C/C++ Error Parser has been modernized. It can handle compiler errors/warnings better and + now also xlC linker warnings.
      • +
      • XL C/C++ v10.1 option support in Managed Build
      • +
      • XL UPC compiler support added.
      • +
      +
    • +
    • Headless Build You can now Import and Build CDT Projects without starting the IDE.
    • +
    + +
    +
    Debug and Launch
    +
    +

    DSF Integration

    +
    DSF (Eclipse Debugger Services Framework) integrated. See DSF features for more information.
    +

    Launch Group

    +
    +

    New "Launch Group" launch configuration. Allows to launch several processes at once.

    +

    Debug launch group +

    +
    Bugs fixed
    +
    +

    Bugs fixed

    +
    Bugs fixed in this release: + + CDT 6.0 bug fixes + +
    +

    Back to Top +

    CDT 5.0 - New and Noteworthy

    +

    CDT 5.0 includes new features in Editor, Call Hierarchy, +Refactoring, Indexer, Projects & Build, and Debug. +

    +See What's New in CDT 5.0 on the CDT Wiki for more information including screen shots. + +

    Highlights include: + +

    Editor

    + +

    Navigation and Search

    + +

    Call Hierarchy

    + +

    Refactoring

    + +

    Indexer

    + +

    Projects and Build

    + +

    Debug

    + +

    Back to Top +

     

    + + + + + diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_home.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_home.htm index 8077d0031d6..b401b44e06a 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_home.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_home.htm @@ -10,7 +10,6 @@

    C/C++ Development User Guide

    -

    CDT 6.0

    The C/C++ Development Toolkit (CDT) is a collection of Eclipse-based features that provides the capability to create, edit, navigate, build, and debug projects that use C and/or C++ as a programming language.

    diff --git a/doc/org.eclipse.cdt.doc.user/images/70/CDT70_BuildPreferences.png b/doc/org.eclipse.cdt.doc.user/images/70/CDT70_BuildPreferences.png new file mode 100644 index 00000000000..b0835ff2033 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/70/CDT70_BuildPreferences.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/70/CDT70_BuildSelected.png b/doc/org.eclipse.cdt.doc.user/images/70/CDT70_BuildSelected.png new file mode 100644 index 00000000000..9963cfdffc8 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/70/CDT70_BuildSelected.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/70/CDT70_Codan.png b/doc/org.eclipse.cdt.doc.user/images/70/CDT70_Codan.png new file mode 100644 index 00000000000..59aec6069ab Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/70/CDT70_Codan.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/70/CDT70_ConsoleProblemHighlighting.png b/doc/org.eclipse.cdt.doc.user/images/70/CDT70_ConsoleProblemHighlighting.png new file mode 100644 index 00000000000..42e0224fdf4 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/70/CDT70_ConsoleProblemHighlighting.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/70/CDT70_ImportIncludes.png b/doc/org.eclipse.cdt.doc.user/images/70/CDT70_ImportIncludes.png new file mode 100644 index 00000000000..cf3ceee21a9 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/70/CDT70_ImportIncludes.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/70/CDT70_LastMakeTarget.png b/doc/org.eclipse.cdt.doc.user/images/70/CDT70_LastMakeTarget.png new file mode 100644 index 00000000000..0bc7990e89f Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/70/CDT70_LastMakeTarget.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/70/CDT70_NewIcons70.png b/doc/org.eclipse.cdt.doc.user/images/70/CDT70_NewIcons70.png new file mode 100644 index 00000000000..529c0e253f5 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/70/CDT70_NewIcons70.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/70/CDT70_NonStopDebugging.png b/doc/org.eclipse.cdt.doc.user/images/70/CDT70_NonStopDebugging.png new file mode 100644 index 00000000000..f629de7fe4e Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/70/CDT70_NonStopDebugging.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/70/CDT70_Outlinegroupmacros.png b/doc/org.eclipse.cdt.doc.user/images/70/CDT70_Outlinegroupmacros.png new file mode 100644 index 00000000000..7fd17ce34de Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/70/CDT70_Outlinegroupmacros.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/70/CDT70_ProjectContextMenu.png b/doc/org.eclipse.cdt.doc.user/images/70/CDT70_ProjectContextMenu.png new file mode 100644 index 00000000000..c9a86b682a0 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/70/CDT70_ProjectContextMenu.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/70/CDT70_Refactoringhistory.png b/doc/org.eclipse.cdt.doc.user/images/70/CDT70_Refactoringhistory.png new file mode 100644 index 00000000000..f73f4e84280 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/70/CDT70_Refactoringhistory.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/70/CDT70_RegexErrorParser.png b/doc/org.eclipse.cdt.doc.user/images/70/CDT70_RegexErrorParser.png new file mode 100644 index 00000000000..203c4c72a7c Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/70/CDT70_RegexErrorParser.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/70/CDT70_SaveLog.png b/doc/org.eclipse.cdt.doc.user/images/70/CDT70_SaveLog.png new file mode 100644 index 00000000000..8ccfc2e53e5 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/70/CDT70_SaveLog.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/70/CDT70_Surroundwith.png b/doc/org.eclipse.cdt.doc.user/images/70/CDT70_Surroundwith.png new file mode 100644 index 00000000000..5abce535ebd Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/70/CDT70_Surroundwith.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/70/CDT70_Templates.png b/doc/org.eclipse.cdt.doc.user/images/70/CDT70_Templates.png new file mode 100644 index 00000000000..5aa97fd067e Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/70/CDT70_Templates.png differ diff --git a/doc/org.eclipse.cdt.doc.user/intro/cdtWhatsnew.xml b/doc/org.eclipse.cdt.doc.user/intro/cdtWhatsnew.xml index 90a708a4145..09f58acc581 100644 --- a/doc/org.eclipse.cdt.doc.user/intro/cdtWhatsnew.xml +++ b/doc/org.eclipse.cdt.doc.user/intro/cdtWhatsnew.xml @@ -7,7 +7,7 @@ - Learn about what's new in CDT 6.0 + Learn about what's new in CDT diff --git a/doc/org.eclipse.cdt.doc.user/toc.xml b/doc/org.eclipse.cdt.doc.user/toc.xml index 677b74dcd42..0800dcd775f 100644 --- a/doc/org.eclipse.cdt.doc.user/toc.xml +++ b/doc/org.eclipse.cdt.doc.user/toc.xml @@ -28,7 +28,7 @@ - +