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.
CDT/User/NewIn85
Editor
Filtering Read-Only References in Search View
A new filtering option was added in the Search View:
Include Guard Style
There is a new preference for the style of include guards.
Completion of Template Arguments
Auto completion of class template names now also adds angle brackets to the name an provides context information about the template's parameters.
Default Arguments in Content Assist
When default arguments are available they are now displayed in the content assist.
If this behavior is not desired it can be disabled. Preferences -> C/C++ -> Editor -> Content Assist.
Indexing
Labels as Values
CDT will now correctly parse and index code that use labels as values, a relatively common use of this is in jump tables.
Refactoring
Header File Rename
Renaming or moving a header file now updates include statements in other header and source files and include guards in the header file itself.
Debug
Cloning of Visualizer view
CDT now supports the cloning of Visualizer views. A clone button was added to the Visualizer, which permits creating new instances of the visualizer view. At the moment it can be used with the Multicore Visualizer filtering feature to have different MV views show strategic subsets of the current system being debugged. In the future, such cloning will be even more useful in conjunction with the upcoming pinning feature.
Here we show the Multicore Visualizer with its new "clone" button:
Here we have a MV that has been cloned twice:
Finally we have the same MV views as the previous screenshot, but with a bit of customization of the visualizers - Load meters were enabled on the MV on the left, and filtering was enabled on the two MVs on the right, to show subsets of the current threads
This feature was completed through Bug 436095.
General
CDT 8.5 requires JRE 1.7 or higher to run.
CDT 8.5 requires Eclipse 4.4 or higher to run.
Bugs Fixed in this Release
See Bugzilla report Bugs Fixed in CDT 8.5