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
(Debug)
(Formatter)
Line 31: Line 31:
 
A new formatter option has been added for line comments. This new option, ''Treat indented line comments as block of comments on unindented code'', on the ''Comments'' tab of the formatter preserves line comments in a block starting after unindented code (such as global variables). See ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=499553 Bug 499553])
 
A new formatter option has been added for line comments. This new option, ''Treat indented line comments as block of comments on unindented code'', on the ''Comments'' tab of the formatter preserves line comments in a block starting after unindented code (such as global variables). See ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=499553 Bug 499553])
  
[[File:CDT_9_1_block_comments_on_first_column.png]]
+
[[File:CDT_9_1_block_comments_on_first_column.png|1000x600px]]
 
+
  
 
== Build  ==
 
== Build  ==

Revision as of 10:46, 12 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

Formatter

A new formatter option has been added for line comments. This new option, Treat indented line comments as block of comments on unindented code, on the Comments tab of the formatter preserves line comments in a block starting after unindented code (such as global variables). See (Bug 499553)

CDT 9 1 block comments on first column.png

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. (see commit) CDT PostMortemReason.png

Bugs Fixed in this Release

See Bugzilla report Bugs Fixed in CDT 9.1

Back to the top