Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 220090 - [CommonNavigator] top level elements "working sets" not working in Project Explorer view
Summary: [CommonNavigator] top level elements "working sets" not working in Project Ex...
Status: RESOLVED DUPLICATE of bug 212389
Alias: None
Product: Platform
Classification: Eclipse Project
Component: IDE (show other bugs)
Version: 3.4   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.4.1   Edit
Assignee: Francis Upton IV CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 241786 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-02-23 22:15 EST by Eugene Kuleshov CLA
Modified: 2008-08-17 05:59 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eugene Kuleshov CLA 2008-02-23 22:15:12 EST
View menu in the Project Explorer view - Top Level Elements / "Working Sets" does not change presentation of the Project Explorer view. I would expect it to show working sets as root elements like Package Explorer view does.
Comment 1 Eugene Kuleshov CLA 2008-02-23 22:34:55 EST
Apparently it only show working sets at the root only if there are active working sets selected. So there are major differences with the Package Explorer view:

- when no working sets selected, the Project Explorer shows all projects at the root. This does not allow to use working sets as a convenient project grouping
- when Project Explorer is set to use "window working set", but "window working set" have no working sets selected, the Project Explorer show nothing. It would be more useful to show all working sets and projects in such case (like it is done for projects when projects are shown at the root)
Comment 2 Francis Upton IV CLA 2008-08-17 01:03:52 EDT
(In reply to comment #1)
> 
> - when Project Explorer is set to use "window working set", but "window working
> set" have no working sets selected, the Project Explorer show nothing. It would
> be more useful to show all working sets and projects in such case (like it is
> done for projects when projects are shown at the root)
> 

The above mentioned portion of this bug report is addressed by bug 212389.  This bug report will deal only with the issue of the non-window working set not working with working sets at the top level display.

Comment 3 Francis Upton IV CLA 2008-08-17 01:21:50 EDT
*** Bug 241786 has been marked as a duplicate of this bug. ***
Comment 4 Francis Upton IV CLA 2008-08-17 05:59:20 EDT
The Project Explorer's viewer input expects either the workspace root or an
aggregate working set, as the root is never shown.  For the case of the window
working set, this is always an aggregate.  When a single working set is
selected, it's not an aggregate.  In that case, this fix wraps the input to the
tree.

This is included in the big patch for bug 212389, since it depends on that
code.


*** This bug has been marked as a duplicate of bug 212389 ***