Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [lsp4e-dev] Latest LSP4E not compatible with Oxygen

Hi Maria,

LSP4E requires newer features of Eclipse because those new features were specifically implemented in org.eclipse.jface.text to enable all the features of LSP4E. I would expect LSP4E to keep being updated to target the most recent Eclipse as development continues.

Is there something keeping you on Oxygen that we can help with?

Thanks
Jonah





~~~
Jonah Graham
Kichwa Coders Ltd.
www.kichwacoders.com


On Wed, 19 Dec 2018 at 09:47, Maria Färdig <maria.fardig@xxxxxxxxxxx> wrote:
Hi, I posted this in the Eclipse user forum but got sent here instead.

Me and my team are evaluating LSP4J and LSP4E for a plugin project which would benefit from a language server integration.

We would like to use the latest release of LSP4E, but when trying to install it in Oxygen the task is unsuccessful since LSP4E requires org.eclipse.jface.text 3.13.0 and org.eclipse.ui.intro 3.5.200, both of which are bundled with Photon.
Unfortunately we are stuck with running Oxygen for the foreseeable future, and this means that we need to put the LSP evaluation on hold. We are already using LSP4J 0.5.0 for other projects, and we don't want to downgrade that in order to get a working installation of LSP4E.

Is there a reason for LSP4E being dependent on these Photon specific plugin versions? Is it necessary for the code to be tied to minor and patch releases? If not, it would be nice if it could be run in Oxygen too.

/Maria
_______________________________________________
lsp4e-dev mailing list
lsp4e-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/lsp4e-dev

Back to the top