Author Topic: Syntax Highlight  (Read 2362 times)

Offline inxor

  • Single posting newcomer
  • *
  • Posts: 3
Syntax Highlight
« 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 ...

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Syntax Highlight
« Reply #1 on: September 28, 2015, 08:08:59 pm »
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!]

Offline inxor

  • Single posting newcomer
  • *
  • Posts: 3
Re: Syntax Highlight
« Reply #2 on: September 28, 2015, 08:23:11 pm »
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 ....!!!...

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Syntax Highlight
« Reply #3 on: September 28, 2015, 08:25:19 pm »
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!]

Offline inxor

  • Single posting newcomer
  • *
  • Posts: 3
Re: Syntax Highlight
« Reply #4 on: September 28, 2015, 08:52:46 pm »
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 ...