1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-21 21:52:10 +02:00
cdt/NewAndNoteworthy/CDT-10.4.md
Jonah Graham f0c2358276 Migrate New and Noteworthy from Wiki to GitHub
This commit migrates all the N&N content from
https://wiki.eclipse.org/CDT/User/NewInCDT to GitHub.

For newer releases (>= CDT 10.0) the entire content has
been rewritten in GitHub flavour Markdown. For older
releases, the N&N page has simply been saved in a
rendered format.
2022-10-02 20:46:56 -04:00

1.3 KiB

Release Notes and New & Noteworthy page

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


Release Notes

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 bug 546981.

Bugs Fixed in this Release

See Bugzilla report Bugs Fixed in CDT 10.4