News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Manager GUI

Started by Vampyre_Dark, August 11, 2005, 11:42:38 PM

Previous topic - Next topic

Vampyre_Dark

Now that CB has tabs, do we really need the 'opened files' portion anymore? IMO, it would work out better to nuke it, and have the symbols occupy that space. If needed, the files that are currently opened can be set to bold bold in the workspace view.
C::B Wishlist
~BOYCOTT THE EVIL YELLOW BOXES~

rickg22

That's why you can disable it on-demand :-)

Anyway, searching for an open file is something really hard with that one-line notebook, and searching for them among the extra-large project file is exhausting. That's why I like the files list. I can just click on it, and voila!.

Anyway I have some plans for that. For example, I want to be able to choose the icon whether the file is a source file, a form (resource), or who knows - an bitmap, maybe?


Vampyre_Dark

Yes, but disabling it is different then being able to see the workspace and symbols at the same time. I always have to switch between them. Perhaps combine all 3 into 1 tab then?

Like:
Symbols
Workspace
Files

So the tabs won't expand to more rows to show more opened files then?
C::B Wishlist
~BOYCOTT THE EVIL YELLOW BOXES~

rickg22

Ah, so your intention is another... please submit a feature request :)

Urxae

Quote from: Vampyre_Dark on August 12, 2005, 01:21:50 AM
So the tabs won't expand to more rows to show more opened files then?
No, they don't. WxWidgets does have an option for it, I believe, but it only has an effect on Windows as it's a feature of the native win32 tab widget but not of that of GTK apparently.

(a quick lookup later) Yep, according to this page if you pass the wxNB_MULTILINE (Windows only) flag to SetWindowStyle of a wxNotebook there can be multiple rows of tabs.