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/NewIn93"

< CDT
(Created page with "== Release == This is the New & Noteworthy page for CDT 9.3 which is part of the Eclipse Oxygen release of June 2017 == General == == Editor == == Makefile Editor == == C...")
 
(Editor: Add section about Open Declaration in assembly files)
Line 6: Line 6:
  
 
== Editor ==
 
== Editor ==
 +
=== Open Declaration in assembly files ===
 +
 +
The Open Declaration action is now supported in assembly files.
 +
 +
[[File:CDTAssemblyOpenDeclBefore.png]]
 +
[[File:CDTAssemblyOpenDeclAfter.png]]
 +
 +
The action works on #include directives ([http://eclip.se/507285 bug 507285]) and identifiers ([http://eclip.se/507974 bug 507974]).
  
 
== Makefile Editor ==
 
== Makefile Editor ==

Revision as of 03:54, 31 December 2016

Release

This is the New & Noteworthy page for CDT 9.3 which is part of the Eclipse Oxygen release of June 2017

General

Editor

Open Declaration in assembly files

The Open Declaration action is now supported in assembly files.

CDTAssemblyOpenDeclBefore.png CDTAssemblyOpenDeclAfter.png

The action works on #include directives (bug 507285) and identifiers (bug 507974).

Makefile Editor

Code Analysis

Parser

Formatter

Build

Debug

Bugs Fixed in this Release

See Bugzilla report Bugs Fixed in CDT 9.3

Copyright © Eclipse Foundation, Inc. All Rights Reserved.