One question

General questions regarding the usage of CodeLite
User avatar
behollder
CodeLite Curious
Posts: 2
Joined: Thu Jan 31, 2013 11:13 am
Genuine User: Yes
IDE Question: c++
Location: Kh
Contact:

One question

Post 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
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: One question

Post 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
Make sure you have read the HOW TO POST thread
User avatar
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

Post by behollder »

Thanks Eran.
Post Reply