Added support to add sources in the Feature Editor#1799
Added support to add sources in the Feature Editor#1799HannesWell merged 1 commit intoeclipse-pde:masterfrom
Conversation
|
This pull request changes some projects for the first time in this development cycle. An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch. Git patchFurther information are available in Common Build Issues - Missing version increments. |
|
I have added 2 public APIs in Should the public API's be tagged with since tag here? |
35b1e5d to
ec8763e
Compare
I don't think so (based on my experience) but then I am not sure what APIs qualify for |
|
also the changes look good to me. will this change introduce |
|
Sorry for the late reply and I didn't had the time for a detailed review (the release kept me busy) but I still have this and your other PRs on the top my list! But I'll try to give you quick feedback on the visual parts
You are referring to Let's rebase the branch on master. Maybe you had bad luck with the timing and due to the creation of this PR during the beginning of a new release cycle. The latest build is green.
Would it be possible (without too much effort), to add the checkbox on the right side in the |
0a438bf to
fd0809d
Compare
|
Hi @HannesWell
The right side part of the overview page it created statically using html tag(PDEUIMessages.OverviewPage_fContent) here And the dynamic part is created by extending PDESection.java class. |
fd0809d to
bfddadf
Compare
HannesWell
left a comment
There was a problem hiding this comment.
Would it be possible (without too much effort), to add the checkbox on the right side in the
Feature contentsection? IMHO this would be a more suitable location as that is about the feature content, which the check-box can then influence.The right side part of the overview page it created statically using html tag(PDEUIMessages.OverviewPage_fContent) here
...
So it can not be easily taken to the right side in the
Feature contentsection without changing the structure of the code.
Understand, too bad. But thanks for checking that. Then let's keep this part as it is.
I have performed an in depth review and found one critical bug that must be fixed and a few things that should be enhanced. But in general it looks good. Thanks for this already.
bfddadf to
d7257d0
Compare
|
@HannesWell |
8157199 to
f282251
Compare
Thanks for the quick response, I'll my (hopefully final) review by the end of this week. |
|
@HannesWell |
d75e341 to
3b36dc1
Compare
HannesWell
left a comment
There was a problem hiding this comment.
Thanks for the update it looked quite good.
I just pushed a small update with a few minor code formatting fixes and removal of unnecessary code.
Furthermore I squashed both of your commits into one. Next time, please just update/amend your commit locally and force-push to your PR's branch instead of adding a new commit with updates. We don't have to record the review progress in the git log :)
With that applied this is ready for submission.
Thanks for this contribution again.
|
One would now need to add support to P2 |

Added checkbox to add sources: #1613

In feature.xml file:
