Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 324661 - [UI] No working sets are shown in the new project wizard
Summary: [UI] No working sets are shown in the new project wizard
Status: RESOLVED FIXED
Alias: None
Product: JSDT
Classification: WebTools
Component: General (show other bugs)
Version: 3.2   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 3.6   Edit
Assignee: Victor Rubezhny CLA
QA Contact: Chris Jaun CLA
URL:
Whiteboard:
Keywords: plan
Depends on:
Blocks:
 
Reported: 2010-09-07 10:55 EDT by Michael Rennie CLA
Modified: 2013-12-18 10:36 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Rennie CLA 2010-09-07 10:55:27 EDT
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
Comment 1 Michael Rennie CLA 2010-09-07 10:56:49 EDT
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.
Comment 2 Joachim Fuchs CLA 2013-02-13 11:28:01 EST
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.
Comment 3 Victor Rubezhny CLA 2013-11-21 17:33:17 EST
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
Comment 4 Chris Jaun CLA 2013-12-18 10:36:21 EST
Fix has been pushed to master.