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

< CDT
(Debug and Launch)
(Bugs Fixed in this Release)
Line 36: Line 36:
 
== Bugs Fixed in this Release ==
 
== Bugs Fixed in this Release ==
  
[htts://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=Tools&product=CDT&target_milestone=6.0&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&resolution=FIXED&emailtype1=exact&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= Fixed in CDT 6.0]
+
[http://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=Tools&product=CDT&target_milestone=6.0&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&resolution=FIXED&emailtype1=exact&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= Fixed in CDT 6.0]

Revision as of 00:45, 5 June 2009

Editor

  • Rename in File.
  • Add Include significantly improved.
  • Inactive code is shown in Outline view.
  • Grouping of method definitions in the Outline view.
  • Improved Macro Exploration control.
  • Block selection mode (Platform feature).

Indexing

  • Index support for implicit references and overloaded operators
  • Heuristics to pick up otherwise unresolved include files from the project (bug 213562)
  • Rework of template instantiation

Navigation and Search

  • Open Declaration (F3) improved, particularly for unresolved symbols.

Refactoring

  • Extract local variable

Project and Build

  • Added converter to Managed make project from general project (fixed Makefile converter too)
  • Complete overhaul of the user interface for Working Set Configurations:
    • Updated Manage Working Set Configurations dialog for simpler workflows
    • Quick access to configurations via a property page for Working Sets
    • Context menu actions on Working Sets in the Project Explorer for activating and building configurations
    • For more details, see the design document

Debug and Launch

Bugs Fixed in this Release

Fixed in CDT 6.0

Back to the top