开发者

Turn off spell checking in Eclipse for good

Every time I create a new workspace in Eclipse I have to turn off the spell checking via Preferences. (Preferences->General->Editors->Text Editors->Spelling->Enable Spell Checking)

This is very irritating. How do I turn off the spell checking for good? I.e. the spell checker is disabled when I create a new workspace and I can turn it开发者_StackOverflow社区 on should I want to use it.


It's not a perfect fix, but you can copy existing workspace preferences into any workspace. I keep a separate .epf (Eclipse preferences file, I guess) that I just import into every new workspace I create:

File → Import... → General → Preferences → Next > From preference file

Turn off spell checking in Eclipse for good

Related

  • Importing/Exporting Project Preferences


Preferences->General->Editors->Text Editors->Spelling Uncheck the box "Enable spell checking"


There are some ways for sharing preferences, but it doesn't come with the platform. The one I use is now available as an attachment to https://bugs.eclipse.org/bugs/show_bug.cgi?id=334016 or more particular as attachment https://bugs.eclipse.org/bugs/attachment.cgi?id=196866

Install into your Eclipse. Then you can export selected preferences to an .epf file. Also add a preference (!) in Preferences > General > Common Preferences which will share your settings across newly created workspaces.

I use this all the time and though it is not perfect, it does save a lot of effort in keeping my preferences aligned across workspaces.


If you are writing Java code, Window -> Preferences -> Java -> JDT Spelling

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜