Skip to main content

Notice: This Wiki is now read only and edits are no longer 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/NewIn104"

< CDT
(Created page with "<!-- Format for an entry: ---- {| style="width: 100%;" |- style="vertical-align:top;" ! style="width: 30%; text-align:left;" | short title here | Full description - perhaps...")
 
 
(One intermediate revision by the same user not shown)
Line 16: Line 16:
 
This is the New & Noteworthy page for CDT 10.4 which is part of Eclipse 2021-09 Simultaneous Release
 
This is the New & Noteworthy page for CDT 10.4 which is part of Eclipse 2021-09 Simultaneous Release
 
----
 
----
 +
{| style="width: 100%;"
 +
|- style="vertical-align:top;"
 +
! style="width: 30%; text-align:left;" | CDT 10.4.0 and CDT 10.4.1 released on the same day
 +
| CDT 10.4.0 had already been through release preparation before a critical bug was found that affects CMake4Eclipse. It was too late to respin CDT 10.4.0, instead CDT 10.4.1 is being released on the same day with the fix. ([http://eclip.se/575903 bug 575903)].
 +
|}
 
----
 
----
  
 
= Editor =
 
= Editor =
 
----
 
----
----
+
{| style="width: 100%;"
 +
|- style="vertical-align:top;"
 +
! style="width: 30%; text-align:left;" | Divider Lines in Outline View
 +
| The Outline View can display divider lines to help visually organize your code. Using '''#pragma mark - MESSAGE -''' will display a divider line either side of a MESSAGE. The leading and trailing '''-''' are optional. '''#pragma region''' and '''#pragma endregion''' will also display in the outline view. The Quick Outline view (Ctrl-O) also has this feature.
 +
See [https://eclip.se/546981bug 546981].
  
 +
[[File:CDT_10_4_outline.png]]
 +
|}
 +
----
  
 +
<!--
  
 
= Refactoring =
 
= Refactoring =
Line 64: Line 77:
 
----
 
----
 
----
 
----
 
+
-->
 
= 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=10.4.0 Bugs Fixed in CDT 10.4]
+
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=10.4.0&target_milestone=10.4.1 Bugs Fixed in CDT 10.4]
 
----
 
----

Latest revision as of 10:28, 15 September 2021


Release


This is the New & Noteworthy page for CDT 10.4 which is part of Eclipse 2021-09 Simultaneous Release


CDT 10.4.0 and CDT 10.4.1 released on the same day CDT 10.4.0 had already been through release preparation before a critical bug was found that affects CMake4Eclipse. It was too late to respin CDT 10.4.0, instead CDT 10.4.1 is being released on the same day with the fix. (bug 575903).

Editor


Divider Lines in Outline View The Outline View can display divider lines to help visually organize your code. Using #pragma mark - MESSAGE - will display a divider line either side of a MESSAGE. The leading and trailing - are optional. #pragma region and #pragma endregion will also display in the outline view. The Quick Outline view (Ctrl-O) also has this feature.

See 546981.

CDT 10 4 outline.png


Bugs Fixed in this Release


See Bugzilla report Bugs Fixed in CDT 10.4


Back to the top