News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Highliting the function's definition

Started by krzycho_666, June 08, 2011, 07:27:46 PM

Previous topic - Next topic

krzycho_666

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:


stahta01

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.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

oBFusCATed

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.
(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!]

ollydbg

Quote from: 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.
agreed, also, this is called "call tip" not "highlight". :D
Can you give a sample test code then I can test it?
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.