Eclipse spelling engine does not exist

前端 未结 3 2058
北恋
北恋 2021-01-13 16:18

I\'m using Eclipse 3.4 (Ganymede) with CDT 5 on Windows.

When the integrated spell checker doesn\'t know some word, it proposes (among others) the option to add the

3条回答
  •  耶瑟儿~
    2021-01-13 16:50

    Are you using the C/C++ Development Tools exclusively?

    The Spellcheck functionality is dependent upon the Java Development Tools being installed also.

    The spelling engine is scheduled to be pushed down from JDT to the Platform,
    so you can get rid of the Java related bloat soon enough. :)

提交回复
热议问题