Author Topic: expand namespaces and classes  (Read 9012 times)

Offline p2rkw

  • Almost regular
  • **
  • Posts: 142
expand namespaces and classes
« 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.
« Last Edit: December 23, 2012, 09:22:08 pm by p2rkw »

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: expand namespaces and classes
« Reply #1 on: December 25, 2012, 04:16:13 pm »
...committed in trunk. Thank you! :-)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ