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

Difference between revisions of "CDT/User/NewIn91"

< CDT
(Add info for Expand Ruler Icons)
m (Corrected images & added link to bugzilla for Expand Ruler Icons)
Line 13: Line 13:
  
 
=== Expand Ruler Icons ===
 
=== 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.
+
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. ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=476797 Bug 476797])
  
 
[[File:CDT_9_1_AnnotationHover.jpg]]
 
[[File:CDT_9_1_AnnotationHover.jpg]]

Revision as of 10:13, 9 August 2016

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. (Bug 476797)

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