2007-06-11 20:37:23 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
< html >
2003-11-28 21:50:02 +00:00
< head >
2007-06-11 20:37:23 +00:00
< meta name = "copyright" content = "Copyright (c) IBM Corporation and others 2006. This page is made available under license. For full details, see the LEGAL section in the documentation that contains this page." >
< meta http-equiv = "Content-Language" content = "en-us" >
< meta http-equiv = "Content-Type" content = "text/html; charset=ISO-8859-1" >
< link rel = "STYLESHEET" href = "../book.css" type = "text/css" >
< style >
td {border-top: solid thin black;}
img[alt] {background-color:#ffdddd;}
tr {vertical-align: top;}
< / style >
< title > New and Noteworthy< / title >
2003-11-28 21:50:02 +00:00
< / head >
2004-06-21 10:33:03 +00:00
2007-06-11 20:37:23 +00:00
< body >
2004-04-11 13:11:23 +00:00
2007-06-11 20:37:23 +00:00
< h2 > CDT 4.0 - New and Noteworthy< / h2 >
2004-04-11 13:11:23 +00:00
2007-06-11 20:37:23 +00:00
< p > CDT 4.0 includes new features in the Editor,
<!-- ****************** START OF N&N TABLE ****************** --> new Code Navigation tools, debugger enhancements, and other improvements.
< table cellpadding = "10" cellspacing = "0" width = "600" >
< colgroup >
< col width = "20%" >
< col width = "80%" >
< / colgroup >
2004-04-11 13:11:23 +00:00
< tbody >
2007-06-11 20:37:23 +00:00
<!-- ******************** Editor ********************** -->
< tr >
< td colspan = "2" > < a name = "Editor" > < / a >
< div style = "font-size: 20px; font-weight: bold;" > Editor< / div > < / td >
< / tr >
< tr >
< td >
< p align = "right" > < b > Code Folding< / b > < / p > < / td >
< td > < p > Now you can collapse and expand blocks of comments and code in C and C++ files. < / p >
< p > < img src = "../images/nn_codeFolding1.gif" > < / p >
The same code folded up:
< p > < img src = "../images/nn_codeFolding2.gif" > < / p >
< p > Code Folding Options: < / p >
< p > < img src = "../images/nn_codeFoldingPrefs.gif" > < / td >
< / tr >
<!-- ******************** Views ********************** -->
< tr >
< td colspan = "2" > < a name = "Views" > < / a >
< div style = "font-size: 20px; font-weight: bold;" > Code Navigation Views< / div > < / td >
< / tr >
< tr >
< td >
< p align = "right" > < b > Include Browser< / b > < / p > < / td >
< td > insert info and screenshot < / td >
< / tr >
< tr >
< td > < p align = "right" > < b > Call Hierarchy< / b > < / p > < / td >
< td >
blah blah < / td >
< / tr >
< tr >
< td > < p align = "right" > < b > Type Hierarchy< / b > < / p > < / td >
< td > blah blah < / td >
< / tr >
< tr >
< td > < p align = "right" > < b > Parser Improvements< / b > < / p > < / td >
< td > < p > blah blah
< / p > < / td >
< / tr >
<!-- *********************** Debugger *********************** -->
< tr >
< td colspan = "2" > < a name = "debugger" > < / a >
< div style = "font-size: 20px; font-weight: bold;" > Debugger< / div > < / td >
< / tr >
< tr >
< td >
< p align = "right" > < b > GDB Hardware Debugging< / b > < / p > < / td >
< td > < p > blah blah< / p > < / td >
< / tr >
< tr >
< td >
< p align = "right" > < b > Breakpoint Actions< / b > < / p > < / td >
< td > < p > You can now attach actions to a breakpoint. These are additional activities performed when a breakpoint is hit. CDT 4.0 comes with four standard actions that: play a sound, log text to an expression to the console, resume execution, or run an external tool. < / p >
< p > < img src = "../images/nn_bpactions.png" >
< p > < / p > < / td >
< / tr >
< tr >
< td >
< p align = "right" > < b > Contextual Launch Support< / b > < / p > < / td >
< td >
< p > blech blech< / p > < / td >
< / tr >
<!-- *********************** Debugger *********************** -->
< tr >
< td colspan = "2" > < a name = "other" > < / a >
< div style = "font-size: 20px; font-weight: bold;" > Other Improvements< / div > < / td >
< / tr >
< tr >
< td >
< p align = "right" > < b > MinGW Toolchain Integration< / b > < / p > < / td >
< td > < p > blah blah< / p > < / td >
< / tr >
< tr >
< td >
< p align = "right" > < b > IBM xlC Toolchain Integration< / b > < / p > < / td >
< td > < p > xlc and xlC toolchain integration is available. When you create a new project, select one of the XLC project types.< / p >
< p > < img src = "../images/nn_xlc.gif" > < / p >
< p > xlC compiler options:< / p >
< p > < img src = "../images/nn_xlcOpt.gif" > < / p > < / td >
< / tr >
< tr >
< td >
< p align = "right" > < b > Task Tags< / b > < / p > < / td >
< td > < p > The Task View now includes entries based on tags in your C/C++ source files. < / p >
< p > < img src = "../images/nn_taskTags2.gif" >
< p > Task Tag options: < / p >
< p > < img src = "../images/nn_taskTags.gif" > < / p >
< p > < / p > < / td >
< / tr >
<!-- ****************** END OF N&N TABLE ****************** -->
2004-04-11 13:11:23 +00:00
< / tbody >
< / table >
2003-11-28 21:50:02 +00:00
< / body >
2007-06-11 20:37:23 +00:00
< / html >
2003-11-28 21:50:02 +00:00