| Summary: | Parallel Profile launch should use the same launch type as Parallel Run/Debug | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Tools] PTP | Reporter: | Greg Watson <g.watson> | ||||
| Component: | ETFw | Assignee: | Greg Watson <g.watson> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | ||||||
| Version: | 5.0 | ||||||
| Target Milestone: | 5.0.2 | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Greg Watson
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. |