[platform-dev] Eclipse and Equinox 4.26 RC1 (2022-12) RC1 is available

2022-11-18 Thread Samantha Dawley
We are pleased to announce that 2022-12 RC1 is available for download
and updates.

Eclipse downloads:

https://download.eclipse.org/eclipse/downloads/drops4/S-4.26RC1-202211171330/

New and Noteworthy:
https://www.eclipse.org/eclipse/news/4.26/

Update existing (non-production) installs:
https://download.eclipse.org/eclipse/updates/4.26-I-builds/

Specific repository good for building against:

https://download.eclipse.org/eclipse/updates/4.26-I-builds/I20221117-1330/

Equinox specific downloads:
https://download.eclipse.org/equinox/drops/S-4.26RC1-202211171330/



Thank you to everyone who made this checkpoint possible.

Best Regards,
Samantha Dawley
Red Hat Eclipse Team
___
platform-dev mailing list
platform-dev@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/platform-dev


Re: [platform-dev] Reusing generic editor features in JDT

2022-11-18 Thread Mickael Istria
Hi all, hi Gayan,

I'm reviving this old thread that is the most relevant place to share some
progress:
In https://github.com/rgrunber/eclipse.jdt.ls.client (there is a p2 repo
linked), you can see some progress on the topic of using JDT-LS in Eclipse
IDE.
Currently, it just starts JDT-LS externally, from a separate installation
as a separate process (similarly to what Wild Web Developer does with
LemMinX); but it already does a decent bit of work that way. In the code,
you can also find code that has tried to start JDT-LS in the same process
as the workspace, and this seems to be both tricky and technically
interesting; some issues were reported to JDT-LS about how this kind of
integration can be made to work, but this is not trivial. The first
iteration was then to keep the easier separate-process approach, but I (and
others are welcome to join) will try to keep investigating having JDT-LS in
the same process because I see major potential benefits in this.
Cheers,
___
platform-dev mailing list
platform-dev@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/platform-dev