Reputation: 171
I noticed when I type a word it is NOT flagged as misspelled by the Eclipse spell checker, but I'd like it to be. The word is not in my user dictionary. How can I tell Eclipse that I'd like that word to be flagged as misspelled? Is this possible?
I came across this similar question, but it only describes how to remove a word that I myself accidentally added... Eclipse spell checker - How do I remove a word I added?
I suppose, more specifically, what I want to do is make updates to my copy of a Platform dictionary.
Upvotes: 0
Views: 391
Reputation: 9543
The platform dicts are located in %eclipse%/configuration/org.eclipse.osgi/bundles/70/1/.cp/dictionaries
in my case.
If the numbers are different for you, just search for 'dict', and there'll be only one result. The files are plain-text just like your user dictionary.
Btw, just wondering which word it is that's incorrectly flagged as correct by the platform dict.
Upvotes: 1