Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: inxor on September 28, 2015, 04:32:00 pm
-
How can I color "user defined function" (its color is default) in CodeBlocks for c++ ? searched syntax highlighting but found nothing helpful for udf ...
-
Can you elaborate a bit? I'm not sure I understand your question.
-
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 ....!!!...
-
You're talking about semantic highlighting, which is not implemented in C::B, sorry.
-
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 ...