Page 1 of 1

Missing Tab

Posted: Thu Oct 08, 2009 5:05 pm
by rekisum
Hi,

as there is no more option to scroll the tabs it sometimes happens
that you can't see the tab of the file you are editing.
Selecting it via the arrow on the left doesn't bring the tab to foreground.
So for closing the file you have to got to the File menu ( or to the Tabs pane).
Ok, this is pedantic.
I just wonder if this is easy to change or if its a new feature of Scintilla.
Regards,
Jörg

(I add a screenshot where you can't reach the tab of the file point.h althought it's in the foreground)

Re: Missing Tab

Posted: Thu Oct 08, 2009 5:12 pm
by eranif
The tabs management is not part of scintilla, it was written by me

It seems like somehow wxAUI (the docking management) is preventing a size event from passed, by I am not sure.

I think that this can be fixed by capturing the 'OnAuiRender' event rather then the 'OnSize' event (but you probably dont care about it ;))

In short: I will look into it
Eran