Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: krzycho_666 on June 08, 2011, 07:27:46 pm

Title: Highliting the function's definition
Post by: krzycho_666 on June 08, 2011, 07:27:46 pm
Hello everybody!
I've got a small problem/question... What I'm looking for, is some kind of highlighting of function's definition. The thing is, that it's only highlighting functions from standard libraries, but if I'm waiting for sugestion for SDL functions ... it gives me NOTHING... Small screenshot here:

(http://img854.imageshack.us/img854/6873/screenjl.jpg)
Title: Re: Highliting the function's definition
Post by: stahta01 on June 08, 2011, 08:11:39 pm
This is done by Code::Blocks Code Completion Plugin; search on that and you should find the answer.

Note: I do not use that plug-in.

Tim S.
Title: Re: Highliting the function's definition
Post by: oBFusCATed on June 08, 2011, 10:27:25 pm
If you're using 10.05, you can try a nightly build, there the CC is highly improved, but not perfect so there is a chance that it won't work.
Title: Re: Highliting the function's definition
Post by: ollydbg on June 09, 2011, 02:52:57 am
If you're using 10.05, you can try a nightly build, there the CC is highly improved, but not perfect so there is a chance that it won't work.
agreed, also, this is called "call tip" not "highlight". :D
Can you give a sample test code then I can test it?