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 9e54aea839b..38c7d179337 100755 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm @@ -3,389 +3,290 @@ - + - CDT 8.1 New and Noteworthy + CDT 8.2 New and Noteworthy -
-

CDT 8.1 - New and Noteworthy

-

See What's new in CDT 8.1 on the CDT Wiki +

+

CDT 8.2 - New and Noteworthy

+

See What's new in CDT 8.2 on the CDT Wiki which may contain more recent information.

- -

Contents

+ + +

Contents

-
- -

Editor

-

Pin the Call Hierarchy View

-

The Call Hierarchy View can now be pinned which enables the user to open multiple Call Hierarchy views at the same time. -

Image:Pin view call hierarchy.png -

This feature was completed November 12th, 2011 as part of Bug 342498 -


+ +

  • 4 Important Notes
  • + +
    +

    Editor

    +

    Organize Includes Command

    +

    The Organize Includes command is similar to Organize Imports in Java. It adds missing include statements, removes unnecessary ones, and reorders includes according to user preferences. +

    Image:OrganizeIncludes.png +

    When determining which header files must be included the Organize Includes command follows the "Include What You Use" rule. See Why Include What You Use? and What Is a Use?.

    -

    Filtering in Outline Views

    -

    There are a few additional filtering options added to Project Explorer and Outline View: -

    Image:anonymous.png -


    -

    -

    Mouse Hover for 'auto' Keyword

    -

    Mouse hover for auto keyword shows deduced type: -

    Image:auto_hover.png -


    -

    -

    Refactoring

    - -


    -

    -

    Indexing

    -