Turn off spell checking in Eclipse for good

后端 未结 4 765
夕颜
夕颜 2021-01-31 06:47

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 Checki

相关标签:
4条回答
  • 2021-01-31 07:14

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

    0 讨论(0)
  • 2021-01-31 07:23

    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

    screenshot

    Related

    • Importing/Exporting Project Preferences
    0 讨论(0)
  • 2021-01-31 07:25

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

    0 讨论(0)
  • 2021-01-31 07:38

    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.

    0 讨论(0)
提交回复
热议问题