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/NewIn98

< CDT
Revision as of 12:39, 10 April 2019 by Marco.stornelli.gmail.com (Talk | contribs) (Formatter)


Release


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



Editor



Refactoring



Code Analysis



Formatter


Empty statements

Added new option to the UI to put empty statements on new line. See Bug 414681.

Constructor init list

Added new option to the UI to put new line after colon. See Bug 449394.

NewLine.jpg

Linkage declarations

Added new option to the UI to indent linage declarations. See Bug 299482.

Linkage.jpg


Parser



Build


It's possible to derive from GnuMakefileGenerator to solve the issue with selectable output directory for managed build. Current situation is that build system restricts the build directory to <configname>. Derived class can for instance define additional directory in project root which contains the configuration specific subdirectory. Then a structure <mydir>/<configname> becomes possible.


Debug



Launch Bar



API modifications



Other changes



Bugs Fixed in this Release


See Bugzilla report Bugs Fixed in CDT 9.8


Back to the top