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

CDT/User/NewIn104

< CDT
Revision as of 10:28, 15 September 2021 by Jonah.kichwacoders.com (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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