Code completion - constrain to C99 syntax

General questions regarding the usage of CodeLite
marmistrz
CodeLite Curious
Posts: 6
Joined: Thu Mar 17, 2016 7:25 pm
Genuine User: Yes
IDE Question: C++
Contact:

Code completion - constrain to C99 syntax

Post by marmistrz »

I'm writing a project in C99 but Codelite uses the C++03 code completion by default.

Is there any way to disable the C++ features for a single project?