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

Difference between revisions of "CDT/User/NewIn85"

< CDT
(Indexing)
Line 10: Line 10:
  
 
== Indexing ==
 
== Indexing ==
 +
 +
=== Labels as Values ===
 +
 +
CDT will now correctly parse and index code that use [https://gcc.gnu.org/onlinedocs/gcc-3.3.2/gcc/Labels-as-Values.html#Labels%20as%20Values labels as values], a relatively common use of this is in jump tables.
 +
 +
[[File:CDT_Labels_as_Values.png]]
  
 
== Refactoring ==
 
== Refactoring ==

Revision as of 13:17, 9 July 2014

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

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