From 08f2122c0001f51f0b1914c7ea62f4e803ddfec3 Mon Sep 17 00:00:00 2001 From: Ken Ryall Date: Tue, 12 Jun 2007 22:01:06 +0000 Subject: Bug 191521, new N&N. --- .../concepts/cdt_c_whatsnew.htm | 69 +++++++++++++++++----- 1 file changed, 55 insertions(+), 14 deletions(-) (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 9176bb53851..cf05cac5106 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 @@ -1,7 +1,7 @@ - + @@ -19,8 +19,8 @@ tr {vertical-align: top;}

CDT 4.0 - New and Noteworthy

-

CDT 4.0 includes new features in the Editor, - new Code Navigation tools, debugger enhancements, and other improvements. +

CDT 4.0 includes new features in the editor, + new code navigation tools, debugger enhancements, and other improvements. @@ -30,6 +30,27 @@ tr {vertical-align: top;} + + + + + + + + + + + + + + @@ -54,24 +75,29 @@ tr {vertical-align: top;} - + + + The Call Heirarchy view shows you who calls a function. +

- + - - + + @@ -98,7 +124,18 @@ tr {vertical-align: top;} +

CDT 4.0 now takes advantage of the contextual launch support in Eclipse 3.3 to make the run and debug commands just "do the right thing" for C/C++ projects.

+

+

Just click the Debug button to start a debug session instead of manually creating a launch configuration. +

+ + + @@ -106,10 +143,14 @@ tr {vertical-align: top;}
Other Improvements
- - - + + + + + + + -- cgit v1.2.3
+
Projects
+

New Project Creation

Now it's easier to create and configure a new CDT project:

+

+

+

Project Templates

Projects can be created from one of the available templates. Project templates include wizard pages that let you configure basic settings for new project code.

+

+

Editor

Include Browser

insert info and screenshot The Include Browser now lets you see the hierarchy of included headers in a source file. +

+

Call Hierarchy

- blah blah

Type Hierarchy

blah blah The Type Hierarchy view shows you how C/C++ types are related. +

Parser Improvements

blah blah -

Indexer Improvements

The indexer is greatly improved with more features and accuracy:

+

Contextual Launch Support

-

blech blech

+

Locating Source Files

+

When the debugger can't find a source file using the path in the symbol table it now lets you locate it directly instead of having to configure a source lookup path.

+

+ +

 

-

MinGW Toolchain Integration

blah blah

Project Build Button

The toolbar now includes a button that builds the active configuration of the selected project. It's menu lets you quickly build another configuration.

+

MinGW Toolchain Integration

blah blah

IBM xlC Toolchain Integration