Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: JL on June 09, 2006, 09:38:30 am

Title: New items for syntax highlighter
Post by: JL 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!
Title: Re: New items for syntax highlighter
Post by: Michael 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