Browsing wxWidgets source code
Posted: Wed Apr 21, 2010 11:46 am
Greetings!
I'm using v2.5.2.4031 build of codelite on ubuntu 9.10, which works great. I was wondering if there's a way to browse wxWidgets scource code from within my workspace? My project uses wxWidgets, and autocomplete etc. work just fine without me having to do anything for it. I can right-click on a wxWidgets class name from within my code and choose "Go to Declaration", and land up in the corresponding wxWidgets header file. What I want is to select member functions in wxWidgets classes and go to their implementation (.cpp) file, like I can do for my own code.
I didn't build wxWidgets myself but downloaded headers/libs etc using Synaptic Package Manager. Couldn't find the sources in Synaptic's lists, so downloaded and unpacked them in /usr/share/src.
I remember being able to do this in Visual Studio for wxWidgets by including the .bsc (or some such) file somewhere. I can build wxWidgets myself if that would (somehow, using some tools) make this possible?
Regards,
Saurav.
I'm using v2.5.2.4031 build of codelite on ubuntu 9.10, which works great. I was wondering if there's a way to browse wxWidgets scource code from within my workspace? My project uses wxWidgets, and autocomplete etc. work just fine without me having to do anything for it. I can right-click on a wxWidgets class name from within my code and choose "Go to Declaration", and land up in the corresponding wxWidgets header file. What I want is to select member functions in wxWidgets classes and go to their implementation (.cpp) file, like I can do for my own code.
I didn't build wxWidgets myself but downloaded headers/libs etc using Synaptic Package Manager. Couldn't find the sources in Synaptic's lists, so downloaded and unpacked them in /usr/share/src.
I remember being able to do this in Visual Studio for wxWidgets by including the .bsc (or some such) file somewhere. I can build wxWidgets myself if that would (somehow, using some tools) make this possible?
Regards,
Saurav.