Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: AndrewVinci on August 17, 2010, 04:07:04 pm

Title: C::B Autocomplete with OpenGL/GLUT/FreeGLUT
Post by: AndrewVinci on August 17, 2010, 04:07:04 pm
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.
Title: Re: C::B Autocomplete with OpenGL/GLUT/FreeGLUT
Post by: oBFusCATed on August 17, 2010, 05:22:52 pm
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.
Title: Re: C::B Autocomplete with OpenGL/GLUT/FreeGLUT
Post by: AndrewVinci on August 18, 2010, 04:06:43 am
Ahh thankyou! I'll take a look at it =)