Community
Participate
Working Groups
Build id: I20070313-1051 1. In the LCD, create any launch configuration that contains the Common and/or Environment tabs, e.g. Java Application, Eclipse Application 2. Switch to either of those tabs and do not make any changes. Note how the Apply button is now enabled and the Revert button does nothing.
I can't make this happen with Java Applications. It appears to happen when I press the "Plug-ins" tab of the PDE configuration. Moving to PDE.
.. and it only happens on a brand new config * create a new Eclipse Application config * swith to the Plug-ins tab > dirty
OK, taking it back...
this attribute is added: org.eclipse.debug.core.appendEnvironmentVariables=true
Fixed in CommonTab and EvnrionmentTab. There were mismatches between setDefaults(...) and performApply(...). * The CommonTab was setting ATTR_LAUNCH_IN_BACKGROUND to be true in setDefaults, but in performApply it removed the flag if it was the default value (i.e. true). * The EnvironmentTab was setting ATTR_APPEND_ENVIRONMENT_VARIABLES to true or false (true if never touched) in performApply, but never set the corresponding default in setDefaults
Please verify, Mike.
verified
*** Bug 184741 has been marked as a duplicate of this bug. ***