I'm working through some OpenGL tutorials. I have no problem compiling & running the examples, but I noticed that there seems to be no codecompletion for any gl functions. Codecompletion is working for everything else, including things defined in GL/glut.h, GL/glx.h, but apparently not for anything defined in GL/gl.h.
This seems to be the case even in the main.c sample file provided by the 'Create a new project / OpenGL project" wizard.
I'm using CB svn build 5390 in Ubuntu 8.04 with Mesa and FreeGlut3.
Is there something that I might have configured incorrectly?