简体   繁体   中英

How can I check the spelling in plain text files in eclipse c/c++ edition?

I'm using the Eclipse IDE for C/C++ Developers, Luna Release (4.4.0). I enabled the spell checking (Preferences: General->Editors->Text Editors->Spelling: Enable Spell Checking) and I'm using a user defined dictionary.

The spell checking works perfect in C/C++ source files but I am puzzled how to do the spell checking of texts in plain text files. There is no automatical spell check or options like "Do spell check" in the context menu or in the main menu.

What am I missing?

Since this is still open, a workaround:

I am having a similar problem with getting the Eclipse Luna CDT C/C+ spell-checking engine to handle standalone *.dox files (no problem with inline Doxygen comments within source files).

The only workaround I could find ( http://thomasplagwitz.com/2015/03/02/getting-eclipse-cdt-to-spell-check-non-source-files/ ) was renaming my *.dox files to something that the spell checker seems to consider relevant, like *.dox.cpp.

Hth

澄清错误

The main issue is that the word is recognized to be a typo, yet there are no quick-fix proposals.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM