Hi,
When I make as on the image(separately outline tab), it's don't kept on the next run.
and i see
Similarly with other panels.
What I need do, to this state has been saved?
Help me.
// I'm sorry for my English
One question
- behollder
- CodeLite Curious
- Posts: 2
- Joined: Thu Jan 31, 2013 11:13 am
- Genuine User: Yes
- IDE Question: c++
- Location: Kh
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: One question
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
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
Make sure you have read the HOW TO POST thread
- behollder
- CodeLite Curious
- Posts: 2
- Joined: Thu Jan 31, 2013 11:13 am
- Genuine User: Yes
- IDE Question: c++
- Location: Kh
- Contact:
Re: One question
Thanks Eran.