Author Topic: C::B Autocomplete with OpenGL/GLUT/FreeGLUT  (Read 4753 times)

Offline AndrewVinci

  • Single posting newcomer
  • *
  • Posts: 3
C::B Autocomplete with OpenGL/GLUT/FreeGLUT
« 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.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: C::B Autocomplete with OpenGL/GLUT/FreeGLUT
« Reply #1 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.
(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!]

Offline AndrewVinci

  • Single posting newcomer
  • *
  • Posts: 3
Re: C::B Autocomplete with OpenGL/GLUT/FreeGLUT
« Reply #2 on: August 18, 2010, 04:06:43 am »
Ahh thankyou! I'll take a look at it =)