User forums > Using Code::Blocks
Highlight function
perento:
How to highlight a function declaration/call? I see when i use code tags in forums, the function prototype names are highlighited but i cant see it in the code::blocks :(
perento:
I noticed its hard to hightlight such functions, so ill ask straight away, is it possible yet?
If not i have to deal with it, if yes, please take the time to answer.
PS: Sorry for the double post
oBFusCATed:
What do you mean? Please try to explain better what is the problem and what are you trying to do.
perento:
--- Code: ---int Set_foo (int val){
foo = val;
}
int main(){
Set_foo (10); //highlight here
return 0;
}
--- End code ---
is it possible any call of Set_foo to be highlighted? Or any pre-defined library functions?
I seen a forums that use to highlight function names inside code tags, is this possible in Code::Blocks?
I was leaded to a wiki page (scintilla) of how to set .xml file to highlight but i didnt read anything for the functions or similliar.
oBFusCATed:
Still not pretty clear, but I guess you want semantic highlight and this is not possible at the moment...
Navigation
[0] Message Index
[#] Next page
Go to full version