From 439d470fda613dc89f5a9dd121071859dbbdd4dc Mon Sep 17 00:00:00 2001 From: Andrew Gvozdev Date: Fri, 14 Feb 2014 15:32:46 -0500 Subject: [PATCH] bug 428230: What's New and Noteworthy in CDT 8.3? --- .../concepts/cdt_c_whatsnew.htm | 350 +++++------------- .../concepts/cdt_c_whatsnew_60.htm | 1 + .../concepts/cdt_c_whatsnew_70.htm | 1 + .../concepts/cdt_c_whatsnew_80.htm | 1 + .../concepts/cdt_c_whatsnew_81.htm | 1 + .../concepts/cdt_c_whatsnew_82.htm | 308 +++++++++++++++ .../images/cdt83/BuiltInDetectors-FLAGS.png | Bin 0 -> 53939 bytes .../cdt83/CDT_GdbinitVarSubstitution.png | Bin 0 -> 89560 bytes .../images/cdt83/CDT_MemMultiProcess.png | Bin 0 -> 151837 bytes .../images/cdt83/CDT_RegMultiProcess1.png | Bin 0 -> 68965 bytes .../images/cdt83/CDT_RegMultiProcess2.png | Bin 0 -> 67484 bytes .../images/cdt83/CDT_RegisterStack1.png | Bin 0 -> 58610 bytes .../images/cdt83/CDT_RegisterStack2.png | Bin 0 -> 58761 bytes .../images/cdt83/CDT_ThreadOrder.png | Bin 0 -> 47649 bytes .../images/cdt83/DialectLanguageStandard.png | Bin 0 -> 39250 bytes .../cdt83/IndexerHeaderVariantsPref.png | Bin 0 -> 80279 bytes 16 files changed, 413 insertions(+), 249 deletions(-) create mode 100644 doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew_82.htm create mode 100644 doc/org.eclipse.cdt.doc.user/images/cdt83/BuiltInDetectors-FLAGS.png create mode 100644 doc/org.eclipse.cdt.doc.user/images/cdt83/CDT_GdbinitVarSubstitution.png create mode 100644 doc/org.eclipse.cdt.doc.user/images/cdt83/CDT_MemMultiProcess.png create mode 100644 doc/org.eclipse.cdt.doc.user/images/cdt83/CDT_RegMultiProcess1.png create mode 100644 doc/org.eclipse.cdt.doc.user/images/cdt83/CDT_RegMultiProcess2.png create mode 100644 doc/org.eclipse.cdt.doc.user/images/cdt83/CDT_RegisterStack1.png create mode 100644 doc/org.eclipse.cdt.doc.user/images/cdt83/CDT_RegisterStack2.png create mode 100644 doc/org.eclipse.cdt.doc.user/images/cdt83/CDT_ThreadOrder.png create mode 100644 doc/org.eclipse.cdt.doc.user/images/cdt83/DialectLanguageStandard.png create mode 100644 doc/org.eclipse.cdt.doc.user/images/cdt83/IndexerHeaderVariantsPref.png 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 f57e08e8cdb..165a0ac85a7 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,297 +3,149 @@ - + - CDT 8.2 New and Noteworthy + CDT 8.3 New and Noteworthy
-

CDT 8.2 - New and Noteworthy

-

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

CDT 8.3 - New and Noteworthy

+

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

- -

Contents

+ +

Contents

-

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?. -

-

Build

-

Console

-
+

Build

+

Toolchains

+ -

Image:ConsoleWrapLine.png Image:ConsoleWrapLinePreference.png +

DialectLanguageStandard.png

-

Improved toolchain detection

-