Bug 216870 - [build path] Use hidden resources in New wizards
Summary: [build path] Use hidden resources in New wizards
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.4   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-29 03:05 EST by Dani Megert CLA
Modified: 2008-01-30 12:46 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dani Megert CLA 2008-01-29 03:05:30 EST
I20080122-1600

There's a new flag that allows to mark a resource as hidden (see IResource.setHidden(boolean). This will ensure that the views don't show the not yet committed resources/working copies.

Those wizards that show modifications live need to have a special content provider that also processes resource deltas for hidden elements, see IResourceDelta.getAffectedChildren(int, int) for example.
Comment 1 Martin Aeschlimann CLA 2008-01-30 12:46:41 EST
To remember: The second page of the new project wizard (source tab) uses a element change listener...