日本語

Modified TeXlipse

Executing Aspell from TeXlipse passing a document which includes multibyte characters such as Japanese.

TeXlipse have spell check function by external Aspell, and show the result of spellcheck by markers. However when we check spell a document with multi-byte characters, it misunderstood parts of multibyte characters and we can not get appropriate result.

Now Aspell supports Unicode. I modified TeXlipse to encode characters in UTF-8 temporarily before passing them to Aspell and get get the result also in UTF-8.

TeXlipse homepage
http://texlipse.sourceforge.net/

Updates

Requirements

How to install

  1. Open TeXlipse's directory in plugin directory of Eclipse. (ex. net.sourceforge.texlipse_1.2.1)
  2. Copy and overwrite provided "texlipse.jar" to the directory.
  3. Start Eclipse and open "Preferences -> Texlipse -> Spell Checker."
  4. Change "--encoding=%encoding" to "--encoding=utf-8" in "Aspell arguments."

Lisence

The license of this software depends on original TeXlipse.

Download

texlipse.jar 1.2.2

Previous release