Community
Participate
Working Groups
CQ:WIND00233281 Build ID: I20100608-0911 (Eclipse 3.6) Steps to Reproduce: 1. Window > Preferences > Run/Debug > Perspectives 2. Pick any Launch type, change associated perspective for Debug from "Debug" to "None", press OK 3. Quit and Restart --> Associated Perspective is back to "Debug" This is a usability problem since in our product we have multiple perspectives tuned for debugging, which a user chooses before launching. Being thrown out of their chosen perspective on launch is perceived as disruptive.
Created attachment 180595 [details] Patch fixing the issue Here is a patch fixing the issue, could this be considered? Problem was that PerspectiveManager#generatePerspectiveXML() explicitly didn't persist the "None" setting. Now, the patch suppresses persisting the default perspective (which probably was the original intention of this code).
Comment on attachment 180595 [details] Patch fixing the issue Thanks for the patch. Applied.
Fixed.
(In reply to comment #3) > Fixed. Thanks Darin, is it OK if I backport it to 3.6 stream?
(In reply to comment #4) > (In reply to comment #3) > > Fixed. > Thanks Darin, is it OK if I backport it to 3.6 stream? Sure. I guess you could clone this bug to keep track of it in 3.6.2, or just re-target this one for 3.6.2.
I committed the fix for 3.6.2.