how to make editor color right?

General questions regarding the usage of CodeLite
santajuicylove
CodeLite Curious
Posts: 2
Joined: Fri Oct 19, 2018 11:31 am
Genuine User: Yes
IDE Question: c++
Contact:

how to make editor color right?

Post by santajuicylove »

only keywords of c/c++ is right highlighted.
all other identifiers include class and structure name, member variables and member functions, even std::vector and std::string etc are displayed in black (i mean not highlighted). I want to know how to solve this problem.
Version : apt installed codelite 13.0.0 on ubuntu 16.04
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: how to make editor color right?

Post by eranif »

You should upgrade to a more recent version of CodeLite
Make sure you have read the HOW TO POST thread
Post Reply