Skip to content
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

3 Features Sets #258

Open
paulvi opened this issue Mar 5, 2015 · 3 comments
Open

3 Features Sets #258

paulvi opened this issue Mar 5, 2015 · 3 comments

Comments

@paulvi
Copy link
Contributor

paulvi commented Mar 5, 2015

Currently tern.java update site is more arranged.

1

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

  • End User
  • Tern JavaScript contributor
  • Tern.java contributor

So there are

3

I have tested build, it would add 3 feature.jar's

2

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>
@paulvi
Copy link
Contributor Author

paulvi commented Mar 5, 2015

After installing in Installation Details Dialog it will look like

4

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

@paulvi
Copy link
Contributor Author

paulvi commented Mar 5, 2015

Similar to MyEclipse
5

@angelozerr
Copy link
Owner

@paulvi I will see your PR when I will find time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants