Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Contributions to C::B => Topic started by: p2rkw on June 03, 2012, 05:35:42 pm

Title: expand namespaces and classes
Post by: p2rkw on June 03, 2012, 05:35:42 pm
Hi,
Symblos browser haven't option "auto expand classes", but it may be useful (especially with unchecked "display bottom tree" ).
So I build C::B from sources and wrote this little path. It changes ExpandNamespaces member function: it will expand ns or classes with given depth level ( currently 2 ).

It's my first patch so I hope for your understanding : )

edit: patch updated, now it expand one level of namespace and one level of class, so it doesn't expand inner namespaces and classes.
Title: Re: expand namespaces and classes
Post by: MortenMacFly on December 25, 2012, 04:16:13 pm
...committed in trunk. Thank you! :-)