Author Topic: C::B rocks ! Although here's two improvement suggestions  (Read 2698 times)

mderie

  • Guest
C::B rocks ! Although here's two improvement suggestions
« on: September 21, 2007, 04:28:39 pm »
Hi,

I would like to know if there is a possibility to review the way the file tab is working.
I mean the top right zone between the menu and the active file content. I really wish a multiline
tabs there... The reason is simply that development actvity implies often lot of open files !

By the way I'm wandering something about the capability of the C/C++ file parser.
It can retreive the symbol declaration / definition in another file but it is unable to
recognize a local variable (i.e a function parameter).

Bye

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: C::B rocks ! Although here's two improvement suggestions
« Reply #1 on: September 21, 2007, 04:35:59 pm »
second part is due to current limitations of the parser. It should be extended/adjusted to support this.