Community
Participate
Working Groups
Build Identifier: 20110615-0604 The "Extension Element Details" form of the plugin's extension tab is not updated correctly when changing from a multiple selection in "All Extensions" to a single selection. The new selection must be for one of the elements of the multiple selection. Selecting an item that was not part of the multiple selection will update the form correctly. Reproducible: Always Steps to Reproduce: 1. Create a plugin project (no UI contrib, no Activator, no Wizard) 2. Add dependency to org.eclipse.core.runtime 3. Add the "org.eclipse.core.contenttype.contentType" extension point in the "Extensions" tab 4. Add two "content-type" to it 5. Select both of them (fields on the right should all be blank now) 6. Without deselecting first, click on the second item (Fields stay blank!)
This is a good find, do you have time to look into contributing a patch?
(In reply to comment #1) > This is a good find, do you have time to look into contributing a patch? I dug a little deeper into the problem and found that it is actually not PDE related, sorry for that. It looks like the problem is with SWT trees (did not test tables and lists, but that would be info for SWT people anyway). I'm currently looking if I can find an existing BUG report about it. Regards David Huber
*** This bug has been marked as a duplicate of bug 355200 ***