Bug 216870

Summary: [build path] Use hidden resources in New wizards
Product: [Eclipse Project] JDT Reporter: Dani Megert <daniel_megert>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: martinae
Version: 3.4   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

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...