Community
Participate
Working Groups
Currently the Parallel Profile launch uses its own launch type. This means that profile launch configurations are completely independent from the Parallel run/debug launch configurations used by PTP. They should really all use the same launch type, so that the user does not have to re-enter the same information multiple times.
Created attachment 200755 [details] Patch to merge launch types 1. I removed the code that added tabs using the configurationTabs extension point. This was broken anyway, as the tabDex variable was not being incremented. I presume this means no-one was using it. 2. A had to add two new Tab classes as the original classes to not provide default constructors, and it is not possible to modify them without breaking API. The lack of default constructors causes problems when loading the classes from an extension.
I believe this has been done.