-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make Contribution to UI in New Plugin Wizard must be completed #1378
Comments
Here are the expectations depending on the choices :
If the 'Make a Eclipse RCP application' is chosen, the template list will differ by filtering the possible templates Templates will create either UI extensions or UI model fragments. |
I think we should not name it "pure E4" (just |
Yes Good idea for RCP 3.x, RCP 4.x. |
I think aktuelly a "pure E3" is not really possible anymore and you need E4 anyways ... so maybe only Mention E4 and have an option to use E3 comaptibilty? |
Hey @opcoach @laeubi, I was wondering if I could get some feedback. I come from a team of four from CodeDay. We recently just got our PR accepted for issue #1306, and we want to tackle this issue next. Could you confirm my summary of the requirements for your issue?
Edit: Tried to get the table to render, but to no avail :/ |
I think the solution in #1472 is good additional UI options are IMHO not so helpful and feel like "too much" to me. Any opinion here @HannesWell? |
I agree that extending the UI is probably too much. The UI is already not simple and adding more elements increases the complexity. But we want to have this, we could add corresponding templates and also explain the difference in the template description. Additionally the existing templates should then be revised if we an existing template already covers one of the cases or could be changed to cover one case with only little adjustments. |
Adding more templates for the different use cases is a great suggestion |
When we are doing a pure UI E4 plugin we should not have a dependency to org.eclipse.ui anymore but only on JFace.
Nevertheless the wizard is now ambiguous because to do a pure E4 UI Plugin we should say : Make contribution to UI -> NO and then add the dependency to jface manually... Not really handy.
The wizard should be changed like this :
Make Contribution to UI : Yes/NO. -> Then if Yes we should be able to select :
The text was updated successfully, but these errors were encountered: