archi icon indicating copy to clipboard operation
archi copied to clipboard

Spell checker for description fields

Open molsza opened this issue 2 years ago • 1 comments

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

molsza avatar Aug 10 '22 13:08 molsza

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.

Phillipus avatar Aug 10 '22 14:08 Phillipus