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

< CDT
(Navigation and Search)
(Editor)
Line 23: Line 23:
 
** Proposals for include directives - [http://bugs.eclipse.org/113568 113568]
 
** Proposals for include directives - [http://bugs.eclipse.org/113568 113568]
 
** Sort by relevance - [http://bugs.eclipse.org/172862 172862]
 
** Sort by relevance - [http://bugs.eclipse.org/172862 172862]
 +
** Content assist within macro arguments - [http://bugs.eclipse.org/200208 200208]
 +
** Maintenance - [http://bugs.eclipse.org/191315 191315], [http://bugs.eclipse.org/229062 229062], [http://bugs.eclipse.org/230389 230389]
 
* Framework for documentation tool support in the editor, and a Doxygen implementation - [http://bugs.eclipse.org/178386 178386]
 
* Framework for documentation tool support in the editor, and a Doxygen implementation - [http://bugs.eclipse.org/178386 178386]
 
* Mark Occurrences - [http://bugs.eclipse.org/159812 159812]
 
* Mark Occurrences - [http://bugs.eclipse.org/159812 159812]

Revision as of 05:09, 16 May 2008

This page is under construction

Projects

  • Improved usability of Project Properties pages

Build

  • Make targets at the project level are built in the project build directory 176906.

Editor

  • Code and File Templates - 88390, 190511, 147390
    • New preference page: C/C++ > Code Style > Code Templates
    • Templates are used by New Class wizard, New Source/Header File wizards
    • New generic wizard: File from Template
  • Outline for assembly files - 206288, 205567
  • Code formatter improvements
    • New whitespace options - 178601
    • New line wrapping options - 191980, 192656
    • Improve GNU coding style compliance - 192764
  • Content Assist improvements
  • Framework for documentation tool support in the editor, and a Doxygen implementation - 178386
  • Mark Occurrences - 159812
  • Folding of compound statements (contributed by Elazar Leibovich) - 174597
  • Macro expansion hover and exploration tool - 23540
  • Spell Checking - 190512
  • Scalability mode - 226955
  • Visual Studio key bindings - 209218

Navigation and Search

  • Open Declaration for elements in the Outline View - 222721
  • Open Declaration for operators - 93281
  • Open Declaration for empty macros - 198649
  • Open Declaration within preprocessing statements - 215906
  • Open Declaration in the context of the arguments to a macro expansion - 208300
  • Support for static functions/variables in Open Element - 193057
  • Improvements to the Open Element dialog - 209550, 209762
  • Support for static functions/variables in Search - 196414
  • Search for macros - 156561
  • Search for references of local variables - 151334

Call Hierarchy

  • Icon decorator to show read and write-access for variables - 156692
  • Support for polymorphic method calls (virtual methods) - 156689

Indexer

Debug

  • Added gdb catchpoints (event breakpoints) support
  • Executables View - 182388

Back to the top