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

< CDT
Revision as of 18:40, 21 August 2018 by Unnamed Poltroon (Talk)


Release


This is the New & Noteworthy page for CDT 9.6 which will be part of Eclipse 2018-12 Release in December 2018.


Editor



Code Analysis



Formatter



Parser




Build




Debug



API modifications



Bugs Fixed in this Release


See Bugzilla report Bugs Fixed in CDT 9.6


Refactoring

Resource renaming It is now possible to change the name of a source file and/or project folder in a C/C++ project without any refactoring. See bug 537176 for details.

The "rename" action on the menu pop-up after a right-click on a C/C++ file/folder has been overridden.

CDTNavigatorRightClickMenu.png


After clicking on the "rename" action, a custom dialog comes up with the option to check/uncheck a refactoring with or without updating references. The dialog also has a link to the CDT "Organize Includes" preference page.

CDTFileRenameDialog.png



Back to the top