3

How to add (or create) a foreign dictionary for spell checking in Eclipse Kepler ?

mounaim
  • 1,132
  • 7
  • 29
  • 56

1 Answers1

1

You can do this through the spelling option in

Window >> Preferences >> spelling

and select user defined dictionary, you can create a custom .txt file, with a word on each line

that should do the trick..

Nemothefish
  • 47
  • 10
  • No problem.. If you cant see spelling type it into the box and it will appear.... – Nemothefish Apr 25 '14 at 11:08
  • But is it possible to use two dictionaries in the same time..forcing eclipse to check in them in same time ? – mounaim Apr 25 '14 at 11:25
  • There is the platform dictionary, this is preinstalled, either UK or US english, the "User Defined" section allows for extra word to be added to this list, so your choices are English and others or just plain old english... what exactly are you looking for? – Nemothefish Apr 25 '14 at 11:37
  • English and others in the same time. so in my source code if I write in many languages, Eclipse wont warn me for spelling problems :) – mounaim Apr 25 '14 at 11:40
  • Ok then you can go and create a word list for your other languages, its easily done in ruby or PHP to create lists, its not the most optimal solution. or you could go and install the required language pack from here, http://archive.eclipse.org/eclipse/downloads/drops/L-3.2_Language_Packs-200607121700/ – Nemothefish Apr 25 '14 at 11:44