Search code examples
qt-creatorspell-checking

How to turn off auto spell checking in QtCreator?


I'm currently using QtCreator 2.0, it seems that an auto spell checking feature is enabled by default, you known, sometimes it's really annoying. So I looked around in the options, but find no switcher exists for me to turn it off. How can I disable it? Thanks in advance.


Solution

  • Are you sure that it is doing spell-check?

    If you are referring to the green underlining it may have to do with unused variables, which will be underlined until they are actually used.

    If you are referring to the red underlining it has to do with syntax issues.