1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm

137 lines
4.1 KiB
HTML
Raw Normal View History

2007-06-11 20:37:23 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<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>
</head>
2007-06-11 20:37:23 +00:00
<body>
2007-06-11 20:37:23 +00:00
<h2>CDT 4.0 - New and Noteworthy</h2>
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>
<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>&nbsp;</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>&nbsp;</p> </td>
</tr>
<!-- ****************** END OF N&N TABLE ****************** -->
</tbody>
</table>
</body>
2007-06-11 20:37:23 +00:00
</html>