Codelite is one of the few lightweight IDE's for Windows but I'm frustrated that it treats C as a second class language. Despite advertising as a C/C++ IDE, there is only an option to create C++ projects. Obviously you can add C source/header files to a C++ project however, using "Add new file" defaults to *.cpp file names.
When compiling one of these projects, the g++ compiler is invoked even though it's not needed for a C-only project. I haven't found a way to disable this.
Is it possible to create a C-only workspace?