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

< CDT
Revision as of 05:09, 9 August 2016 by William.riley.renesas.com (Talk | contribs) (Add info for Expand Ruler Icons)

Release

This is the New & Noteworthy page for CDT 9.1 which is part of the Eclipse Neon.1 update release of September 2016

General

Editor

Parameter Guessing

When code completion is invoked in a function call expression, appropriate substitutions are suggested for each of the function parameters. link

Function call.png

Expand Ruler Icons

The JDT feature to expand ruler icons when hovering has been ported to CDT. This allows interaction with individual annotations where there are multiple annotations on a single line.

CDT 9 1 AnnotationHover.jpg

This feature is enabled by default but can be disabled in preferences.

CDT 9 1 AnnotationHover Pref.jpg

Makefile Editor

Code Analysis

Parser

Build

Debug

Show Reason for Crash when Postmortem Debugging

When debugging a postmortem file, the reason for the crash is displayed on the thread label in the Debug view. link

Bugs Fixed in this Release

See Bugzilla report Bugs Fixed in CDT 9.1

Back to the top