I accidentally added a word I’m forever mis-spelling into Eclipse’s spell-checker dictionary. How do I get it back out again?
I accidentally added a word I’m forever mis-spelling into Eclipse’s spell-checker dictionary. How do
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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).