Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 365052

Summary: Working Set selection should be available in the new Intent Project wizard.
Product: z_Archived Reporter: Stephane Begaudeau <stephane.begaudeau>
Component: MylynAssignee: Project Inbox <mylyn.intent-inbox>
Status: CLOSED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: unspecified   
Target Milestone: 0.7   
Hardware: All   
OS: All   
Whiteboard:

Description Stephane Begaudeau CLA 2011-11-29 08:39:32 EST
The new Intent project wizard should let the user define and/or select the working set of the project. If your wizard page extends WizardNewProjectCreationPage, you just need to paste this piece of code in the method "createControl(Composite parent)":

createWorkingSetGroup((Composite)getControl(), selection, new String[] {"org.eclipse.ui.resourceWorkingSetPage", "org.eclipse.jdt.ui.JavaWorkingSetPage", });

It will let the user have access to the Resource Working Set and the JDT Working Set.
Comment 1 Alex Lagarde CLA 2011-12-05 06:22:25 EST
The new IntentProject has been updated to let the user define and/or select the
working set of the created project.

Commit ID : 941b1782f72d0d0fc0dd8ca251d003d70e0facdb
Comment 2 Alex Lagarde CLA 2012-05-25 05:47:26 EDT
Works fine now