Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: zanget on January 05, 2010, 05:47:38 am

Title: Is it possible to Color the distinguish between defined/undefined symbol,var?
Post by: zanget on January 05, 2010, 05:47:38 am
We Usually write some embeded system soft app with some functions/symbols defined in the Library,say .so/ .a,so I just want to Color it out in C::B.I find the is just a "Default" will take an effect on this in the settings,but it just change all the Symbols/functions.
I wonder it is difficult or I can make it by myself.

Any help on this would be appreciated.
Thanks a lot in advance.
Title: Re: Is it possible to Color the distinguish between defined/undefined symbol,var?
Post by: blueshake on January 05, 2010, 06:12:22 am
not support it as far as I know.
Title: Re: Is it possible to Color the distinguish between defined/undefined symbol,var?
Post by: MortenMacFly on January 05, 2010, 07:00:19 am
Any help on this would be appreciated.
Not sure if I really understand, but you can use the lexer's "user" keyword (settings -> editor -> syntax highlighting (your language) -> keywords... -> set 1..x usually.
Title: Re: Is it possible to Color the distinguish between defined/undefined symbol,var?
Post by: zanget on January 05, 2010, 07:26:44 am
Any help on this would be appreciated.
Not sure if I really understand, but you can use the lexer's "user" keyword (settings -> editor -> syntax highlighting (your language) -> keywords... -> set 1..x usually.


I have checked for this:but it just change the "Keyword",such as "int for" etc.not for the var/symbol as i have mentioned before.
Take a look at the attachment.plz.
thanks for you reply.

[attachment deleted by admin]
Title: Re: Is it possible to Color the distinguish between defined/undefined symbol,var?
Post by: zanget on January 05, 2010, 07:58:30 am
not support it as far as I know.

Thanks for you reply.