User forums > Using Code::Blocks
Highlight function
perento:
Yes, thank you. Can the IDE recognize when i write/call a function and add a color to it, like when i type for example "while" turning the keyword in blue, same when i write a function to turn the function name in some color.
Again, please forgive my english
Jenna:
--- Quote from: perento on May 12, 2012, 02:14:57 am ---Yes, thank you. Can the IDE recognize when i write/call a function and add a color to it, like when i type for example "while" turning the keyword in blue, same when i write a function to turn the function name in some color.
Again, please forgive my english
--- End quote ---
That's what is called semantic highlighting, and no, it's not supported directly, we use scintilla as editor component and it uses lexer based syntax highlighting.
But there is a user who started to develop a plugin that can do it, but it's not yet ready.
See: http://forums.codeblocks.org/index.php/topic,16249.msg109954.html#msg109954
perento:
Thanks for leading me to this thread, ill be following it.
Navigation
[0] Message Index
[*] Previous page
Go to full version