使用适用于 Eclipse 的 Aptana 插件进行 HTML 拼写检查的建议
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我的方法是仅使用命令行进行发布,这样我就可以在每次发布之前偷偷地输入拼写检查命令。我为 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.
使用单独的拼写检查器
我正在使用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/