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

< CDT
Revision as of 10:21, 15 August 2014 by Marc.dumais.ericsson.com (Talk | contribs) (Cloning of Visualizer view)

Build

Editor

Filtering Read-Only References in Search View

A new filtering option was added in the Search View:

Hide read-only references.png

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.

CDT Labels as Values.png

Refactoring

Debug

Cloning of Visualizer view

CDT now supports the cloning of Visualizer views. A clone button was added to the Visualizer, that permits creating a new instance 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, cloning his will be even more useful, in conjunction with the upcoming pinning feature.

Here we show the Multicore Visualizer with its new "clone" button:

CDT-MV-new-clone-button.png

Here we have a MV that has been cloned twice:

CDT-MV-cloning.png

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

CDT-MV-cloning2.png

This feature was completed August 14th, 2014 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

Back to the top