Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Add custom dictionary for spell check to Android Studio [duplicate]

I wonder if it is posible to add a custom dictionary for my language to Android Studio.

Thanks

like image 363
MudusT Avatar asked Sep 14 '13 02:09

MudusT


People also ask

How do I add another language to autocorrect Android?

Go to the settings under "language and keyboard" and then "Android Keyboard", "Input language". Show activity on this post. Settings -> Language & input -> Android keyboard (tap the settings icon just to the right) -> Input languages. Select as many as you want.

How does Android spell check work?

It will alert you to typos and other misspelled words using those familiar squiggly red lines under the text. To turn spell check on or off on Android, you need to go to Settings > System > Languages and input > Virtual keyboard > Gboard > Text correction > Spell check and flick the toggle into the desired position.

Does Android Studio prevent typos?

Yes, open Preferences -> Editor -> Inspections -> Spelling -> toggle off Typo and press OK . To make it as default not only for your project select Profile: Default . That worked and under "profile" you have to select "Default" to make it persistent for the entire IDE and not just for the project.


1 Answers

You can download an ASCII dictionary for your language from http://www.winedt.org/dictASCII.html and then add it to Android Studio:

  1. Go to Settings -> Spelling -> Dictionaries
  2. Click +
  3. Select path to your dictionaries folder (inside you must have plaintext word lists with .dic extension)
  4. Restart Android Studio
like image 70
victor.hernandez Avatar answered Oct 12 '22 01:10

victor.hernandez