Hi!
I’m developing with JOGL using Eclipse. When I use the auto-completion of Eclipse I run into 2 problems:
1.) The Source for GL.java is not provided in the sources of JOGL. So, the auto-completion of Eclipse only gives me argument names like arg0, arg1, …, argN. So, I have to switch to the the documentation very often. To create the GL.java is a very complex build process and I think it is too much oberhead only for having right argument names. So, it would be better to provide the GL.java in the JOGL sources.
2.) Typing gl.gl in my source is most of the time really pain. Eclipse hangs for over a half minute until it shows me a list with all methods of the GL class. Is this an Eclipse problem only? Is the auto-completion of NetBeans more performant on classes with very much methods all starting with the same 2 letters?
I’m very happy about the JOGL project, but these 2 things make it very unconfortable to work with it in Eclipse. Is there somebody who ran into the same problems and has solutions for this?
Thanks
olli73