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)
Missing Tab
-
- CodeLite Enthusiast
- Posts: 27
- Joined: Fri Apr 24, 2009 6:49 pm
- Contact:
Missing Tab
You do not have the required permissions to view the files attached to this post.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Missing Tab
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
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
Make sure you have read the HOW TO POST thread