Re: [platform-dev] Better spellings support for code editors

2022-06-30 Thread Lars Vogel
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

Re: [platform-dev] Better spellings support for code editors

2022-06-28 Thread Mickael Istria
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

Re: [platform-dev] Better spellings support for code editors

2022-06-27 Thread Jonah Graham
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

[platform-dev] Better spellings support for code editors

2022-06-25 Thread Gayan Perera
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