Community
Participate
Working Groups
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.
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