archimatetool / archi

Archi: ArchiMate Modelling Tool
https://www.archimatetool.com
MIT License
916 stars 267 forks source link

Spell checker for description fields #862

Open molsza opened 1 year ago

molsza commented 1 year ago

It would be very helpful to have a spell checker running on documentation field and others too.

Phillipus commented 1 year ago

This has been requested before but an implementation would not be simple.

The first requirement is to find an acceptable 3rd party open source Java library, Then this has to be integrated into the text components.

The hard part is the integration with the StyledText control (as used in Documentation) so that spelling errors are highlighted and alternate spellings offered with all the options to support custom dictionaries, languages, etc.

All of this requires a lot of research and experimentation. As Archi is open source, any help to investigate this would be appreciated.