Page 1 of 1

One question

Posted: Thu Jan 31, 2013 11:59 am
by behollder
Hi,
When I make as on the image(separately outline tab), it's don't kept on the next run.
Image and i see Image
Similarly with other panels.
What I need do, to this state has been saved?
Help me.

// I'm sorry for my English

Re: One question

Posted: Thu Jan 31, 2013 12:51 pm
by eranif
Its a bug in wxWidgets ( or feature which is not implemented, depends how you look at it )

This mechanism is provided to codelite by using the wxAUI library of wxWidgets (wx Advanced User Interface), however, the wxAUI method for 'SavePerspective' does not keep tab order / split tabs
The first one, we can (and we did) workaround in codelite, but for the later - its an internal implementation that codelite does not have access to.
You can use a different method to achieve the layout you want:

Right click on the 'Outline' tab and select 'Detach' this way you can attach it elsewhere and this layout will be saved on next restart.
In fact, you can move around the various panes, and then from the menu: Perspective -> Save current layout as... and save it as a new layout

Eran

Re: One question

Posted: Thu Jan 31, 2013 4:33 pm
by behollder
Thanks Eran.