使用适用于 Eclipse 的 Aptana 插件进行 HTML 拼写检查的建议

发布于 2024-09-16 10:48:13 字数 527 浏览 10 评论 0原文

我正在使用 Eclipse 的 Aptana 插件进行 Web 开发。显然,出于性能原因,Aptana 中禁用了拼写检查(请参阅 https://aptanastudio.tenderapp.com/discussions/questions/140-invoking-the-version-20-spell-checker)。

目前,我进入 shell 并运行一个脚本,该脚本又对我的所有 *.html 文件运行 aspell,但有时我会忘记在发布之前执行此操作。我尝试将我的脚本添加为“外部工具”命令,但 aspell 在 Eclipse 控制台窗口中表现不佳。此外,我仍然可能会在发布之前忘记单击它。

理想情况下,我想在触发文件同步命令之前插入某种可以运行此脚本的钩子,但我将不胜感激任何其他触发自动拼写检查过程的建议。

I'm using the Aptana plugin for Eclipse to do web development. Apparently spell checking is disabled in Aptana for performance reasons (see https://aptanastudio.tenderapp.com/discussions/questions/140-invoking-the-version-20-spell-checker).

Currently I drop to a shell and run a script that in turn runs aspell on all my *.html files, but occasionally I forget to do this before I publish. I've tried adding my script as an "external tools" command, but aspell doesn't behave nicely in an Eclipse console window. Besides, I still might forget to click it before a publish.

Ideally, I'd like to insert some sort of hook that would run this script before I trigger a file synchronize command, but I would appreciate any other suggestions to trigger an automatic spell check process.

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

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

发布评论

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

评论(2

任谁 2024-09-23 10:48:13

我的方法是仅使用命令行进行发布,这样我就可以在每次发布之前偷偷地输入拼写检查命令。我为 Eclipse 安装了一个“在终端中打开”插件,可以方便地拖放到 Web 目录根目录下的 shell,然后执行此命令。

我希望这对某人有帮助。

My approach has been to publish using the command line only, that way I can sneak my spell check command in every time before I publish. I installed an "Open in Terminal" plugin for eclipse that makes it convenient to drop to a shell at the root of the web directory then execute this command.

I hope this is helpful to somebody.

夏夜暖风 2024-09-23 10:48:13

使用单独的拼写检查器

我正在使用tinyspell和aptana studio 3(它可以在您键入时检查拼写)

请参阅此http:// /tinyspell.numerit.com/

use a separate spell checker

I'm using tinyspell and aptana studio 3 (it can check spellings as you type)

see this http://tinyspell.numerit.com/

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