Author Topic: Syntax highlighting  (Read 3388 times)

Offline WillyCat

  • Single posting newcomer
  • *
  • Posts: 5
Syntax highlighting
« 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.

xuanzon

  • Guest
Re: Syntax highlighting
« Reply #1 on: January 23, 2008, 06:39:08 am »
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.

mariocup

  • Guest
Re: Syntax highlighting
« Reply #2 on: January 23, 2008, 10:18:58 am »
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