I would like to get my feet wet contributing to Gnome projects. I've downloaded svn sources of various projects and tried to explore the code but obtaining a working understanding of any of the projects, even the simpler ones like Eye of Gnome, seems intractable.
I admit, I am used to developing C/C++ in IDEs such as Eclipse CDT which have the ability to "Go to definition" for function calls and variable usage--this kind of feature is very useful for understanding how execution happens. Of course, one could use grep for this, but it seems a bit obtuse (for me).
So my question is, what tools have helped you explore code you're not familiar with? Is there a good IDE? or perhaps a way of importing projects into an IDE? Do I just need to "deal with it" and struggle my way through with a plain old text editor?
I would love to get involved, I just need a little advice :)