User forums > Using Code::Blocks

C::B Autocomplete with OpenGL/GLUT/FreeGLUT

(1/1)

AndrewVinci:
Evening fellow C::B users,

I am usually a Java coder and consequently I have gotten familiar with function autocomplete(suggestions) and therefore am lazy with my ability to use an external API document!

C::B has exactly what i am after when I press 'ctrl+space' on an empty line (it gives a dropdown box with all functions/constants) however it does not include those from my includes; in this case GLUT(FreeGLUT)/OpenGL.

Is there any way to make C::B add these 'included' function calls?
(I've tried to search for this, however haven't been able to find much. Sorry if its been going around for awhile!)

Cheers.

oBFusCATed:
The code completion is not complete at the moment, there are lots of changes happening in the cc_branch.
If you feel brave enough you can build and test that version.

AndrewVinci:
Ahh thankyou! I'll take a look at it =)

Navigation

[0] Message Index

Go to full version