Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "CDT/User/NewIn97"

< CDT
(Cleanup as part of release process)
 
Line 14: Line 14:
 
= Release =
 
= Release =
 
----
 
----
This is the New & Noteworthy page for CDT 9.7 which will be part of a future Eclipse Release.
+
This is the New & Noteworthy page for CDT 9.7 which is part of Eclipse 2019-03 Simultaneous Release
 
----
 
----
 
+
<!--
 
= Editor =
 
= Editor =
 
----
 
----
Line 24: Line 24:
 
----
 
----
 
----
 
----
 
+
-->
  
 
= Code Analysis =
 
= Code Analysis =
 
----
 
----
It is now possible to check for ''using'' directive in header files [https://bugs.eclipse.org/bugs/show_bug.cgi?id=544980 bug 544980]
+
{| style="width: 100%;"
 +
|- style="vertical-align:top;"
 +
! style="width: 30%; text-align:left;" | Check of ''using'' directive
 +
| It is now possible to check for ''using'' directive in header files [https://bugs.eclipse.org/bugs/show_bug.cgi?id=544980 bug 544980]
 +
|}
 +
 
 
----
 
----
  
 
= Formatter =
 
= Formatter =
 
----
 
----
C/C++ Formatter now supports on/off tags like JDT.  
+
{| style="width: 100%;"
 +
|- style="vertical-align:top;"
 +
! style="width: 30%; text-align:left;" | on/off tags
 +
|
 +
Magic comments '''@formatter:off''' and '''@formatter:on''' can be used in code to turn off and on the formatter in specific parts of the code.
 
This feature was contributed by Marco Stornelli through [https://bugs.eclipse.org/bugs/show_bug.cgi?id=496249 bug 496249]
 
This feature was contributed by Marco Stornelli through [https://bugs.eclipse.org/bugs/show_bug.cgi?id=496249 bug 496249]
 +
.
 +
|}
 
----
 
----
 
+
<!--
 
= Parser =
 
= Parser =
 
----
 
----
Line 60: Line 71:
 
----
 
----
 
----
 
----
 
+
-->
 
= Bugs Fixed in this Release =
 
= Bugs Fixed in this Release =
 
----
 
----
 
See Bugzilla report [https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&classification=Tools&product=CDT&query_format=advanced&resolution=FIXED&target_milestone=9.7.0 Bugs Fixed in CDT 9.7]
 
See Bugzilla report [https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&classification=Tools&product=CDT&query_format=advanced&resolution=FIXED&target_milestone=9.7.0 Bugs Fixed in CDT 9.7]
 
----
 
----

Latest revision as of 10:35, 20 March 2019


Release


This is the New & Noteworthy page for CDT 9.7 which is part of Eclipse 2019-03 Simultaneous Release


Code Analysis


Check of using directive It is now possible to check for using directive in header files bug 544980

Formatter


on/off tags

Magic comments @formatter:off and @formatter:on can be used in code to turn off and on the formatter in specific parts of the code. This feature was contributed by Marco Stornelli through bug 496249 .


Bugs Fixed in this Release


See Bugzilla report Bugs Fixed in CDT 9.7


Back to the top