News:

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

Main Menu

C::B Autocomplete with OpenGL/GLUT/FreeGLUT

Started by AndrewVinci, August 17, 2010, 04:07:04 PM

Previous topic - Next topic

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

AndrewVinci