setInSymbolTable all that is required for stuff to showup in QuickOpen / Outline?

David Nolden zwabel at googlemail.com
Tue Aug 3 10:04:03 UTC 2010


Look at the Walker in quickopenplugin.cpp. Usually it stops walking on
contexts of type DUContext::Other, because those are usually
compound-statements containg code. You will have to adapt that check
so that it doesn't stop walking on language-contexts.




More information about the KDevelop-devel mailing list