Page 1 of 1

Restore toolbar's position

Posted: Sun Jan 10, 2010 5:24 pm
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

Re: Restore toolbar's position

Posted: Sun Jan 10, 2010 5:39 pm
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

Re: Restore toolbar's position

Posted: Sun Jan 10, 2010 5:49 pm
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: