Author Topic: code::block variables color questions  (Read 5772 times)

Offline tw3tye

  • Single posting newcomer
  • *
  • Posts: 3
code::block variables color questions
« on: June 25, 2012, 10:20:00 pm »
Hello.
I will get straight to the point.
As the code::block marks "int" "char" "short"... with blue color.
Can i add my own stuff to make it blue
example:
__int8, int_64 can i make those blue somehow?
or lets say when i type "Hero" can it be showed in blue, or i shouldn't mess with syntax check thing.

Offline renega_666

  • Multiple posting newcomer
  • *
  • Posts: 36
Re: code::block variables color questions
« Reply #1 on: June 25, 2012, 11:39:32 pm »
Yes you can.

Under settings->editor->syntax hilighting -> click on the keywords button. There you will see different sets of keywords. If I remember well, user keywords must be put inside the 2nd set (can someone confirm this?)

Offline tw3tye

  • Single posting newcomer
  • *
  • Posts: 3
Re: code::block variables color questions
« Reply #2 on: June 26, 2012, 07:25:10 pm »
Yes you can.

Under settings->editor->syntax hilighting -> click on the keywords button. There you will see different sets of keywords. If I remember well, user keywords must be put inside the 2nd set (can someone confirm this?)
Oh when i put in 1st set i got crashed twice, works when i put it in 2nd set.
Great thank you. it will help me