Community
Participate
Working Groups
build: 20100813105432 When you create a JS project and try to add it to an existing workingset you can't because the list shown when pressing the 'Select' button is always empty regardless how many workingsets you have. Steps: 1. new workspace 2. create two working sets 3. start the new JS project wizard 4. check on the 'Add to working set' button 5. press the select button and try to pick a working set Expected I could pick one or more working sets to add the new project to Happens The dialog is always blank, so you cannot select anything
Trying all available working set kinds and it appears that only Resource and JavaScript working sets will show up. I would assume the wizard would allow me to add the new project to any working set of my choosing.
Same with General Project. Eclipse 4.2 on Windows 7 here. I understand that it can be desirable to assign a specific project type to a specific kindo of working set. Maybe a filter option in the Workingset selection dialog would be nice which allows to see all working sets or the ones of the new project's nature only.
I've added the fix for review here: https://git.eclipse.org/r/18701 The following changes are made to fix the issue: - The 'Working Set Selection' dialog is made to show all the Working Sets by default. - The 'Show Only JavaScript Working Sets' checkbox is added under the Working Sets list that allows a user to hide non-JavaScripts Working Sets (which actually JavaScripts ans Resource Working Sets). The option value is stored under the Dialog Settings as well as the Working Sets selection history. This contribution complies with http://www.eclipse.org/legal/CoO.php
Fix has been pushed to master.