Community
Participate
Working Groups
The class in the subject ( org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup ) is very helpful to show the structure in the tree view and its content in the list view with a check box mark. I'd like to use this as a public component. .
JDT UI and Platform Text have copied that class as well.
*** Bug 107679 has been marked as a duplicate of this bug. ***
See bug 153674 for a potential performance problem with this dialog.
Lets try and make the API decent for 3.4. This class hasn't changed in ages so it's functionality should be fine.
Looking over this class again it needs a decent reworking in it's check state updating and I am not prepared to make it API without it being higher quality than it is. This should wait for the fix to Big 181308 before it is tackled as this will tidy up the code considerably.
*** Bug 413182 has been marked as a duplicate of this bug. ***
An alternative was suggested in Bug 413182 but it makes more sense to make the class API. The fix on that bug was added to gerrit, but never pushed into the main repo.
I pushed a proposed fix to: https://git.eclipse.org/r/15050 It also adds the calls the use hash lookups when creating the viewers (bug 153674)
Released as http://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?id=d05907fff4fe65e943e6f91074095007d07c68df and http://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?id=a42494cf196cb12ad2a969655fc6270bf02f907d PW
In 4.4.0.I20131209-2000 PW
Hello. Thank you for making this public API. I was wondering if it would be possible to keep the internal ResourceTreeAndListGroup for compatibility. I understand if you'd rather not since it's internal but I thought I'd ask. I created bug 432652 to discuss this and it also contains a patch. Thank you.