Community
Participate
Working Groups
I20051025-0800 JDT is getting more and more requests that the package explorer is able to show resource working sets as well as Java working sets. I added some code to the package explorer that enables showing resource working sets iff the top level elements of the working set are projects (otherwise it will be difficult to ensure that we don't show the "same" element twice once as a resource and once as a Java element). The code is working however the correct updating of the package explorer depends on having a working set updater installed. This is the case for Java working sets but not for resource working sets. Since Java working sets can show simple resources as well I simply extracted the code to a ResourceWorkingSetUpdater which I would like to contribute to Platform/UI. Nick, I have assigned the PR directly to you since you looked at the working set updater patches in 3.1.
Created attachment 28913 [details] The patch created against I20051025-0800
CCing Michael since he is one asking for the feature (to use the working sets created during "team import") and might be able to convince Nick to release the code for M3 ;-)
I am talking about showing resource working sets when the package explorer is in Working Set mode.
Kim, can you please review for M3?
Patch applied with a bit more javadoc to remove any warning markers.
Thanks !!
Verified in I20051101-1204 but I would appreciate a second opinion Dirk.
Verified on I20051102-0010 that working set updates correctly: - on rename, move and delete - and that working set references elements in closed projects don't loose there contents.
*** Bug 15938 has been marked as a duplicate of this bug. ***