Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: WillyCat on November 26, 2007, 09:22:43 am
-
Hi,
is it possible to change color for keywords in set 4 to 9 with the c/c++ language ? The "user keyword" style is for set 2 but what about the others ?
Thanks,
Willy.
-
Set 4 :
in lexer_cpp.xml
<Style name="test1"
index="19"
fg="255,255,255"
bg="255,0,0"
bold="1"/>
I think it is not implemented.
-
Hi,
I did not try, but perhaps you have to change the settings in the editor for codecompletion: Keyword sets to additionally include.
Bye,
Mario