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/Archive/planning/4.0"

< CDT‎ | Archive‎ | planning
(added WindRiver's Plan Items for CDT 4.0)
m (New Views)
Line 15: Line 15:
 
==== New Views ====
 
==== New Views ====
 
* '''Include Browser''': Visualize the include relations among files in a tree.
 
* '''Include Browser''': Visualize the include relations among files in a tree.
* '''Call Tree''': Explore call-trees.
+
* '''Call Hierarchy''': Explore call-graphs by means of a tree. [https://bugs.eclipse.org/bugs/show_bug.cgi?id=48212 Bugzilla 48212]
 
* Reintroduce '''Type Hierarchy''': Present inheritance relations and members of types.
 
* Reintroduce '''Type Hierarchy''': Present inheritance relations and members of types.

Revision as of 10:32, 4 May 2006

Indexing

  • Support headless creation of indexes (PDOM), and import of these prebuilt indexes into user workspaces.


UI

Editor

  • Bugfixes: (bugzillas will be entered soon)
  • New features: (bugzillas will be entered soon)

CView

Let the CView make use of the Common Navigator Framework.

New Views

  • Include Browser: Visualize the include relations among files in a tree.
  • Call Hierarchy: Explore call-graphs by means of a tree. Bugzilla 48212
  • Reintroduce Type Hierarchy: Present inheritance relations and members of types.

Back to the top