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

CDT/User/NewIn101

< CDT
Revision as of 12:16, 24 November 2020 by Jonah.kichwacoders.com (Talk | contribs) (Show all sections until we finalize N&N so that contributors know where to add them)


Release


This is the New & Noteworthy page for CDT 10.1 which is part of Eclipse 2020-12 Simultaneous Release


Update index and views with active configuration by default The default preference controlling which configuration the index uses along with the affected views has been changed to use the active configuration instead of a fixed configuration. The new default should be less confusing for users as an initial setting but might not be suitable for all projects.

See the CDT User FAQ for instructions on how to change this preference.

CDT extenders can also customize products using plugin_customization.ini, with

org.eclipse.cdt.core/cprojectdescription.configRelations=1   (1 for "fixed", 2 for "active")

See also Bug 329995 and cdt-dev.



Editor




Refactoring




Code Analysis




Parser


__has_include

Parser support has been added for C++17 __has_include as well as the language extension __has_include_next. See Bug 566918.



Formatter




Build


Visual Studio 2017 and 2019

Support for detecting the Microsoft Visual C++ toolchain part of Visual Studio 2017 and 2019 has been added. Support for earlier versions has been removed. This support is still considered experimental since many basic features are missing for this CDT toolchain. See Bug 567169.



Debug




Launch Bar




Terminal




API modifications



Bugs Fixed in this Release


See Bugzilla report Bugs Fixed in CDT 10.1


Back to the top