News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Code::blocks Allegro 5 Tool tips not always showing up

Started by Higeath, July 31, 2013, 11:28:47 AM

Previous topic - Next topic

Higeath

I would like to know how to make Code::Blocks show me tool tips for example when I write al_ and I would like to see options from this library beacuse I'm learning and It's not easy to remember all of those functions or If I for example use al_draw_pixel( and i would like to see a tooltip with variables needed for this function. I would really appreciate your answer. PS. I'm using ALLEGRO 5 and I'm saving as .cpp files it shows sometimes tooltips and othertimes it doesn't I have no idea how to fix it.

stahta01

#1
search under code completion, I do NOT use it so I have no hints.

Edit: from FAQ http://wiki.codeblocks.org/index.php?title=FAQ-Settings#Q:_How_do_I_get_Code_Completion_to_work.3F

Tim S.l
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]

Higeath

Thanks for response. I actually found a solution for others. Copy code from:
http://cpp0x.pl/forum/temat/?id=8269
Yea it is a polish site but it doesn't matter. Paste this code to header file of allegro for go to allegro5 folder and open allegro.h and paste it there.  that's it :)