I\'m turning kind of desperate looking for a way to enable spell checking in TeXlipse. Of the application itself I am very fond. I\'ve tried things I found here and on other for
Make sure that you set the language for the project under
Properties > Latex Project Properties > Language setting to "en"
after telling it to use the built in spell checker in
Preferences > Texlipse
The answers are in the manual:
http://texlipse.sourceforge.net/manual/spelling.html
/Users/your_name/documents/dictionaries
, for example.I had a little trouble getting it to work nicely; I keep getting the following error message in the console. There are about 10 posts on the texlipse forum about it with no answers, so presumably it's not a big deal.
running: null
Error running spell checker
For me, it turned out to be related to file extensions. I pointed the texlipse spell checker to the same directory that eclipse stores its dictionaries and it didn't work. Then I made my own directory and generated my own dictionary using aspell (as mentioned in the texlipse FAQ), but this time I used a simple "dict" extension instead of the "dictionary" as in the Eclipse installation and it worked.