Community
Participate
Working Groups
It somewhat defeats the purpose of having a window working set if everything responsible for opening files does not honor them.
Kim, you first...let me know if this should be in [Dialogs]...
yes, dialogs
Do you want me to reassign??
moving Open Resource related bugs to Szymon. Szymon, please move between you and Krystof as needed. Let me know if you have any questions. These are all the bugs I had related to OpenResource.
Resource dialog respects working sets now. Committed for build >20061019
I had eclipse open with org.eclipse.jface and org.eclipse.ui.workbench. I used CTRL+SHIFT+R to search for ActionHandler ... it found one in each project. Then I created a working set with only org.eclipse.jface and selected it. When I do the same steps, the dialog still shows me but ActionHandler classes. PW
(In reply to comment #6) Did you set the working set in the Navigator? The dialog doesn't respect working sets from the navigator. You have to set it in the dialog. It works for me, so if you have still the problem with it, please let me know.
OK, but I created and selected my working set from the double-folder icon in the main toolbar. I just tested it in I20061101-1200. Steps: 1. I have no working sets, and platform-ui checked out 2. CTRL+SHIFT+R and then type ActionHandler You should see 2, one in org.eclipse.jface and one in org.eclipse.ui.workbench 3. Use the modify workbench working sets to create one that only contains jface 4. select it All of my projects in the package explorer disappear except jface 5. CTRL+SHIFT+R and then type ActionHandler It still shows both classes in the dialog. PW
Kim, could you comment on this proposal? PW
(In reply to comment #8) I will add 'Window Working Set' option to the resource dialog menu. If it is selected, the dialog will use the window WS. Actually, this is how it is solved in JDT's open type dialog.
By default eclipse uses the window working set in all views that use the working set action APIs. I would suggest that this dialog (as well as the open type dialog) do the same.
Created attachment 54695 [details] Fixes a problem when selected aggregate WS is empty The bug is solved in build >20061129, this patch fixes only one small issue.
Released patch >20061130 PW
Mark as FIXED