Author Topic: New items for syntax highlighter  (Read 3574 times)

JL

  • Guest
New items for syntax highlighter
« on: June 09, 2006, 09:38:30 am »
Would it be possible to have new items in the syntax highlighter to be coloured? In addition to keywords, comments, operators, and so on, I have thought about these new concepts:
- Function and methods (only those with the implementation/definition in the project code)
- funtion parameters
- local variables
- global variables
- defines (not only in their definition, but also when they are used)

It would improve readability so much. And they can be easily deactived for people who doesn't like having too
many colors in their code!

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: New items for syntax highlighter
« Reply #1 on: June 09, 2006, 10:25:11 am »
Hello,

May be you can have a look at here:

http://wiki.codeblocks.org/index.php?title=Creating_a_custom_lexer_for_Code::Blocks_editor

Best wishes,
Michael