We had plans to move the spelling engine from JDT to platform.text to
make it re-usable for CDT but did make the effort to move it. Would be
great to move it and / or to enhance it.
On Tue, Jun 28, 2022 at 9:52 AM Mickael Istria wrote:
>
> Hi,
>
> On Mon, Jun 27, 2022 at 9:35 PM Jonah Graham wro
Hi,
On Mon, Jun 27, 2022 at 9:35 PM Jonah Graham wrote:
> I am not sure if anyone has a better answer - but certainly improving
> spell checking in Eclipse would be nice. IIRC the current spell checking is
> rather editor specific, which is why Eclipse CDT has its own fork of the
> JDT one. I wo
Hi Gayan,
I am not sure if anyone has a better answer - but certainly improving spell
checking in Eclipse would be nice. IIRC the current spell checking is
rather editor specific, which is why Eclipse CDT has its own fork of the
JDT one. I would be happy to get rid of the CDT specific code if poss
Hi All,
i recently came across a vscode Code spelling plugin which support most of
the language constructs in language such as Java and Typescript from my
usage.
When i looked into the source code, I found it has been implemented as a
LS. So i was wondering to implement a plugin for this with a l