Bug #18567 2012-04-18 09:03

nandrei

Feature request: multiple file tabs rows

- Environment:

Code::Blocks version: 10.05

OS: 64 bit Debian 6.0.4

Gnome: 2.30.2

- Steps to reproduce:

1. Have more than 10 files open in Code::Blocks

2. Observe the file tabs bar at the top of the editor panel.

- Actual result:

The file tabs bar has the next/previous buttons that can be used to scroll the files list when it is too large to fit the editor panel. eg:

< file1.h file1.cpp file2.h file2.cpp .... filen.h filen.cpp >

- Expected result:

I think it would be helpful to be able to select multiple file tabs rows. eg:

file1.h file1.cpp file2.h file2.cpp .... filen.h filen.cpp

filen+1.h filen+1.cpp .........................file2*n.h file 2*n.cpp

Category
Application::Interface
Group
Platform:All
Status
Closed
Close date
2012-04-18 14:57
Assigned to
 
tpetrov 2012-04-18 14:57

Sorry, but this is the wrong place to report this. This is for bugs, the feature requests are in the next section.

But keep in mind that C::B uses the wxAuiNotebook class and as far as I know this feature is not available there, so we can't do anything, before wxWidgets developers implement it in their code.

If you really want this implemented, you have to open a feature request on their bug tracker and hope they implement it.

Until then you can use the opened files plugin.