-
Notifications
You must be signed in to change notification settings - Fork 79
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? |
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: