mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-27 01:11:13 -06:00
32 lines
875 B
Markdown
32 lines
875 B
Markdown
|
# Intro
|
||
|
Support spell checking when typing in the RTE and offer spelling suggestions similar to Chrome.
|
||
|
|
||
|
# Platforms Supported
|
||
|
macOS, Windows 10, Windows 7
|
||
|
|
||
|
# Purpose
|
||
|
To provide users with grammatical support in the RTE.
|
||
|
|
||
|
# Details
|
||
|
Spell checking happens instantly as the user types their text in the RTE.
|
||
|
![Spell Checking](assets/spellchecker1.png)
|
||
|
|
||
|
Suggestions are offered through a dialog just like how suggestions are offered in Chrome.
|
||
|
![Spell Checking](assets/spellchecker2.png)
|
||
|
|
||
|
The spellchecker on SDA is built using a 3rd party module and supports spell checking only on the main window currently.
|
||
|
Spell checking is only supported for the below mentioned locales
|
||
|
|
||
|
- en-US
|
||
|
- en-GB
|
||
|
- en-CA
|
||
|
- en-AU
|
||
|
- fr-FR
|
||
|
|
||
|
Note: All the above dictionaries will be packaged along with the SDA and automatic download of the dictionary has been disabled
|
||
|
|
||
|
# Examples
|
||
|
N/A
|
||
|
|
||
|
# Other Info
|
||
|
N/A
|