views:

555

answers:

2

I accidentally added a word I'm forever mis-spelling into Eclipse's spell-checker dictionary. How do I get it back out again?

+4  A: 

Eclipse puts the words you add into a text file, AKA the User defined dictionary.

You can find the location of this file at Window -> Preferences -> General -> Editors -> Text Editors -> Spelling -> User defined dictionary.

I believe that it's not set up by default - the first time you use the Add to dictionary feature it asks for the user dictionary location.

Open up the file in a text editor and remove the word you don't want. You'll probably need to restart Eclipse before it recognises the word as misspelled again (i.e. before it will re-read the user dictionary file).

Tom Clift
You did post a comprehensive answer before mine. +1
VonC
awesome, thanks.
izb
+1  A: 
VonC