News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Syntax Highlight

Started by inxor, September 28, 2015, 04:32:00 PM

Previous topic - Next topic

inxor

How can I color "user defined function" (its color is default) in CodeBlocks for c++ ? searched syntax highlighting but found nothing helpful for udf ...

oBFusCATed

Can you elaborate a bit? I'm not sure I understand your question.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

inxor

supose (in C++) I declare a user defined function -> void show() >>> I want the word "show" highlighted  , whenever It is called , with different color from default color ... though there are several category in syntax highlighting (under editor) i.e keyword,string,keyword,user keyword,operator,pre-processor etc ... but nothing for user defined function ....!!!...

oBFusCATed

You're talking about semantic highlighting, which is not implemented in C::B, sorry.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

inxor

thanks  oBFusCATed ...
1) but can you give me some editors name that uses semantic highlighting so that I can highlight "user defined function"
2) specially for ubuntu / linux ...