We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently tern.java update site is more arranged.
But some new user still may be confsed what they need to install so there is idea about Feature Set:
One Feature Set aims at specific user type
So there are
I have tested build, it would add 3 feature.jar's
Look into new feature.xml to see code like
<feature id="tern.eclipse.ide.set.ternide.feature" <requires> <import feature="tern.eclipse.ide.server.nodejs.embed" version="0.9.0" match="greaterOrEqual"/> <import feature="tern-feature" version="0.9.0" match="greaterOrEqual"/> <import feature="tern-jsdt-feature" version="0.9.0" match="greaterOrEqual"/> <import feature="tern-server-nodejs-feature" version="0.9.0" match="greaterOrEqual"/> </requires>
The text was updated successfully, but these errors were encountered:
After installing in Installation Details Dialog it will look like
thus taking less lines.
If user selects some specific feature from update site, it will be shown twice in Feature Set and in the root of Installation Details
Sorry, something went wrong.
Similar to MyEclipse
@paulvi I will see your PR when I will find time.
No branches or pull requests
Currently tern.java update site is more arranged.
But some new user still may be confsed what they need to install so there is idea about Feature Set:
One Feature Set aims at specific user type
So there are
I have tested build, it would add 3 feature.jar's
Look into new feature.xml to see code like
The text was updated successfully, but these errors were encountered: