Community
Participate
Working Groups
Build Identifier: M20100901-0800 The number of launch items within a number of launch groups is always the same. If to one launch group a new launch item is added, this very item is also visible within the other launch groups but disabled. It is not possible to remove the newly added item. Happens only if number of launch groups is > 1. This behaviour does not happen with an older eclipse (Galileo 20100218-1602). Reproducible: Always Steps to Reproduce: 1.Create Launch group, add some launch items 2.Duplicate launch group, to have more than one launch group 3.Add new launch item to one of the groups -> Added item also is added to other group, removing not possible.
Created attachment 196464 [details] Fix Since Eclipse 3.6. a single ILaunchConfigurationTab instance object can be re-used to display different ILaunchConfiguration instances. Side-effect is that member objects should always be initialize completely in ILaunchConfigurationTab#initializeFrom. The fix will set the new input in the tree viewer.
Comment on attachment 196464 [details] Fix +1
Commited on HEAD. Thanks Alena for review.
*** cdt cvs genie on behalf of tmadan *** Bug 324624 - Launch group: Number of entries is not reducible [*] MultiLaunchConfigurationTabGroup.java 1.14 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/all/org.eclipse.cdt.launch/src/org/eclipse/cdt/launch/internal/ui/MultiLaunchConfigurationTabGroup.java?root=Tools_Project&r1=1.13&r2=1.14