| Summary: | Working Set selection should be available in the new Intent Project wizard. | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Stephane Begaudeau <stephane.begaudeau> |
| Component: | Mylyn | Assignee: | 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: | |||
The new IntentProject has been updated to let the user define and/or select the working set of the created project. Commit ID : 941b1782f72d0d0fc0dd8ca251d003d70e0facdb Works fine now |
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.