C++ Syntax Highlighting for indentifiers

CodeLite installation/troubleshooting forum
Ephesian
CodeLite Curious
Posts: 1
Joined: Mon Jun 20, 2011 4:21 am
Genuine User: Yes
IDE Question: C++
Contact:

C++ Syntax Highlighting for indentifiers

Post by Ephesian »

Greetings. I'm new to Codelite. I'm using it for learning C++. So far I like it a lot.
The only trouble I'm having is with the syntax coloring for windows functions
and constants. They all seem to be lumped together as Identifiers. Is there a way
to separate these two elements so that they can each have their own color?

If it requires modifying the source code and recompiling it. I suppose I'll just have to
make do with what's available. But i'd prefer to be able to separate these two identifiers
if at all possible.

Thanks, Melvin