Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: mderie on September 21, 2007, 04:28:39 pm

Title: C::B rocks ! Although here's two improvement suggestions
Post by: mderie 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
Title: Re: C::B rocks ! Although here's two improvement suggestions
Post by: killerbot 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.