Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Request : C::B View::notebook enhancements

<< < (5/23) > >>

earlgrey:
@oBFusCATed:
I agree, it was just suggestion for daniloz

@All :
Dragging the file list plugins at the right of the management winfow perfectly emulates the vertical tabs positionning, so for me it is OK
( I only use C::B since a few weeks, so I didnt know the open file plugin. )


MortenMacFly:

--- Quote from: daniloz on December 10, 2010, 08:45:40 am ---Please, please, please, post the patch... :-)

--- End quote ---
Hey, I just realised it IS already in trunk! See the codesnippet here:


--- Code: ---void wxMultiColumnListCtrl::OnMouseEvent(wxMouseEvent& event)
{
    if (event.GetEventType() == wxEVT_MOUSEWHEEL)
    {

--- End code ---
...coming from switcherdlg.cpp.

It's not exactly what you are asking for, but IMHO it's even better as you see all tabs in addition. Did you try this already?!

Jenna:
Just for the record, since yesterday evening, I have a working patch for having a tooltip when hovering over the tabs of cbAuiNotebook (our class used for the notebooks, derived from wxAuiNotebook).
It's not (yet) tested on windows.
After some code-cleaning (mostly removing debug-statements), I will attach it here, so it can be tested by more users.

oBFusCATed:
Jens: great news, me wonna test  :lol:

Jenna:

--- Quote from: oBFusCATed on December 11, 2010, 10:47:23 am ---Jens: great news, me wonna test  :lol:

--- End quote ---

Here comes the patch, tested on debian 64-bit and on win7.

EDIT:
Patch updated: http://forums.codeblocks.org/index.php/topic,13826.msg93167.html#msg93167

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version