TeXlipse 拼写检查配置

发布于 2024-10-23 18:08:42 字数 294 浏览 2 评论 0原文

我正在绝望地寻找一种在 TeXlipse 中启用拼写检查的方法。我非常喜欢该应用程序本身。我已经尝试过在这里和其他论坛以及用户手册(http://texlipse.sourceforge.net/manual/spelling.html)上找到的东西,但我找不到明确的配置说明< /em> 拼写检查,即选择什么路径目录,在哪里可以找到 .dict 文件,...我的意思是从开始到结束的逐步说明。用户手册条目对我来说太模糊了。

我使用的是 Mac OS X 10.6.6、Eclipse 3.6.2、TeXlipse 1.4.1。

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 forums, and on the user manual (http://texlipse.sourceforge.net/manual/spelling.html), but I can't find clear instructions to configure spell checking, i.e. what path directory to choose, where can I find .dict files,… I mean step-by-step instructions from the beginning to the end. The User Manual entry is too vague for me.

I'm using Mac OS X 10.6.6, Eclipse 3.6.2, TeXlipse 1.4.1.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

鹿港小镇 2024-10-30 18:08:42

答案手册中:
http://texlipse.sourceforge.net/manual/spelling.html

  1. 在此处获取词典:sourceforge 页面
  2. 将它们保存在任何您想要的位置。例如,可以是 /Users/your_name/documents/dictionaries
  3. 在 Eclipse 的 Texlipse 选项中启用“使用内置拼写检查器”。
  4. 将两个目录设置为您上面使用的目录。
  5. 启用 Eclipse 自己的拼写检查器(如果尚未启用)。
  6. 重新启动 IDE。

我在让它正常工作时遇到了一些困难;我不断在控制台中收到以下错误消息。 texlipse 论坛上大约有 10 个关于此问题的帖子,但没有答案,所以想必这不是什么大问题。

running: null
Error running spell checker

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
冰葑 2024-10-30 18:08:42

确保您在下设置了项目的语言

属性>乳胶项目属性>语言设置为“en”

告诉它使用内置的拼写检查器后,

偏好设置>泰克斯利普斯

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

耶耶耶 2024-10-30 18:08:42

对我来说,事实证明它与文件扩展名有关。我将 texlipse 拼写检查器指向 eclipse 存储其字典的同一目录,但它不起作用。然后我创建了自己的目录并使用 aspell 生成了自己的字典(如 texlipse FAQ 中提到的),但这次我使用了一个简单的“dict”扩展,而不是 Eclipse 安装中的“字典”,并且它起作用了。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文