Allow configure initial values for new JUnit launches with preferences#1852
Conversation
|
I believe it would make sense to add this to the extra "Launching" sub-page, similar what is done in JDT. |
|
Do mean there should be a new Launching Subpage for PDE? Yes the current layout is not optimal but as the other options are also configured here it seems it would require a complete overhaul here the to be consistent. |
With "other options" you mean "Workspace Location" block above? Can also be moved to a subpage.
Not sure what complete overhaul you mean? Just moving some preferences on a dedicated page shouldn't require a complete overhaul? |
86c45d6 to
b6a2bbf
Compare
I now moved everything launch related to an own subpage:
We have 3 API Tools Sub Pages (what better would be one with tabs) and then one would like to move the API tool settings there. Then we have some target related settings that more belong to the target Page and so on... so if one want to do it "good" it would require some more refactorings... |
b6a2bbf to
9b3a131
Compare
Currently PDE creates a new JUnit launch with quite broad default settings that often lead to large launches and users has to adjust them after the first run to their own needs. This now adds new preference options to control these values chosen for new launch configurations and defaults to the smallest possible configuration that is only the test-plugin and include all requirements automatically.
9b3a131 to
1444fb2
Compare

Currently PDE creates a new JUnit launch with quite broad default settings that often lead to large launches and users has to adjust them after the first run to their own needs.
This now adds new preference options to control these values chosen for new launch configurations and defaults to the smallest possible configuration that is only the test-plugin and include all requirements automatically.