TeXlipse spell-check configuration

后端 未结 3 1923
感动是毒
感动是毒 2021-02-07 11:18

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

相关标签:
3条回答
  • 2021-02-07 11:44

    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

    0 讨论(0)
  • 2021-02-07 11:45

    The answers are in the manual:
    http://texlipse.sourceforge.net/manual/spelling.html

    1. Get the dictionaries here: sourceforge page
    2. Save them wherever you want. Could be /Users/your_name/documents/dictionaries, for example.
    3. Enable 'Use built in spell checker' in the Texlipse options in eclipse.
    4. Set both directories to whatever you used above.
    5. Enable eclipse's own spellchecker, if it isn't already.
    6. Restart the IDE.

    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
    
    0 讨论(0)
  • 2021-02-07 12:07

    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.

    0 讨论(0)
提交回复
热议问题