On Friday 17 June 2011 20:58:43 ext Cristian Tibirna wrote: > Anyways, I'm missing a way of seeing (in a left-hand panel, for example) > all the methods of a class, including those inherited from parent classes. > Doxygen and qtdoc provide this useful info too.
There's nothing like this available at the moment. Hints for implementation: * the logic for completion is in CppCompletionAssistProcessor::completeClass. * if you want to add this to the class view, you probably need to limit yourself to only look at base classes on demand - otherwise it might not scale to large projects Regards, Christian _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-creator
