Skip to main content

Notice: This Wiki is now read only and edits are no longer 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
(Project and Build)
(Add new working set configurations UI)
Line 8: Line 8:
  
 
* Added converter to Managed make project from general project (fixed Makefile converter too)
 
* 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 [[CDT/designs/workingSets|design document]]
  
 
== Debug and Launch ==
 
== Debug and Launch ==
  
 
* New Launch Group launch configuration. Allow to launch several processes at ones.
 
* New Launch Group launch configuration. Allow to launch several processes at ones.

Revision as of 08:21, 4 May 2009

Editor

Indexing

  * Heuristics to pick up otherwise unresolved include files from the project (bug 213562)
  * Rework of template instantiation

Navigation and Search

Refactoring

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

  • New Launch Group launch configuration. Allow to launch several processes at ones.

Back to the top