CppTools icon indicating copy to clipboard operation
CppTools copied to clipboard

Make it possible to turn off compiler search if no compiler is installed (enhancement)

Open jdelic opened this issue 10 years ago • 0 comments

I need good support for Makefiles in IntelliJ and the CPP plugin has that. Unfortunately, it also produces a number of error notifications every time I start IntelliJ or open a project that has one or multiple Makefiles in its tree. I don't have a compiler installed and would like the plugin to behave more like a toggled project aspect than trying to auto-detect my compiler infrastructure every time.

Is that possible?

jdelic avatar Aug 20 '15 10:08 jdelic