Restore toolbar's position

General questions regarding the usage of CodeLite
User avatar
jphv
CodeLite Curious
Posts: 3
Joined: Wed Dec 30, 2009 6:32 am
Genuine User: Yes
IDE Question: C++
Location: Esperanza, Santa Fe, Argentina
Contact:

Restore toolbar's position

Post by jphv »

Hello,

( CL in Ubuntu -GTK- )
While moving the toolbars some of them disappeared (using CL in Ubuntu -GTK-). Looking at the ~./codelite/config I found the file codelite.layout where make changes, for example:
name=Search Toolbar;caption=Search;state=2108156;dir=1;layer=10;row=0;pos=1675;prop=100000;...
change to:
name=Search Toolbar;caption=Search;state=2108156;dir=1;layer=10;row=0;pos=10;prop=100000;...
CL may have a "restore layout" in View menu (some codelite.layout.default like others files in the same dir), or exists another way and I didn't find it?


Cheers,
JP
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Restore toolbar's position

Post by eranif »

This is not feasible currently from the UI. The easiest solution is to close codelite, delete the .layout file and start it again.

Eran
Make sure you have read the HOW TO POST thread
User avatar
jphv
CodeLite Curious
Posts: 3
Joined: Wed Dec 30, 2009 6:32 am
Genuine User: Yes
IDE Question: C++
Location: Esperanza, Santa Fe, Argentina
Contact:

Re: Restore toolbar's position

Post by jphv »

eranif wrote:The easiest solution is to close codelite, delete the .layout file and start it again.
Of course!How could I skip that option if actually I use it in my applications? I have memory leaks :roll:
Post Reply