From 502215b2868f940597b52feee0fd6d550558ffe3 Mon Sep 17 00:00:00 2001 From: Sergey Prigogin Date: Sat, 9 Jun 2012 21:54:56 -0700 Subject: CDT 8.1 - New and Noteworthy. Added the Refactoring section, 'auto' hover to the Editor section, and a new command to the Indexing section. --- .../concepts/cdt_c_whatsnew.htm | 79 ++++++++++++--------- .../images/cdt81/auto_hover.png | Bin 0 -> 12709 bytes .../images/cdt81/code_style.png | Bin 0 -> 55774 bytes 3 files changed, 47 insertions(+), 32 deletions(-) create mode 100644 doc/org.eclipse.cdt.doc.user/images/cdt81/auto_hover.png create mode 100644 doc/org.eclipse.cdt.doc.user/images/cdt81/code_style.png (limited to 'doc') 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 1584ad107e2..b978af67931 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 @@ -20,46 +20,48 @@ -
  • 2 Indexing
  • -
  • 3 Codan +
  • 2 Refactoring
  • +
  • 3 Indexing
  • +
  • 4 Code Analysis
  • -
  • 4 Build +
  • 5 Build
  • -
  • 5 Debug +
  • 6 Debug
  • -
  • 6 C/C++ Unit Testing Support
  • -
  • 7 Bugs Fixed in this Release
  • +
  • 7 C/C++ Unit Testing Support
  • +
  • 8 Bugs Fixed in this Release
  • @@ -75,14 +77,27 @@

    Image:anonymous.png


    +

    Mouse Hover for 'auto' Keyword

    +

    Mouse hover for auto keyword shows deduced type: +

    Image:auto_hover.png +


    +

    +

    Refactoring

    + +


    +

    Indexing


    -

    Codan

    -

    External-tool-based Checkers

    +

    Code Analysis

    +

    External-tool-based Checkers

    The main motivation for integrating Codan with external tools is to enjoy all the code checks from mature tools without leaving Eclipse. With the new infrastructure:

    1. External tools can be configured using Codan’s preference page diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt81/auto_hover.png b/doc/org.eclipse.cdt.doc.user/images/cdt81/auto_hover.png new file mode 100644 index 00000000000..fef1d59579d Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/cdt81/auto_hover.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt81/code_style.png b/doc/org.eclipse.cdt.doc.user/images/cdt81/code_style.png new file mode 100644 index 00000000000..b269060ffb1 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/cdt81/code_style.png differ -- cgit v1.2.3