Page 1 of 1

Retrieving, restoring CodeLite options:

Posted: Fri Apr 19, 2013 11:15 am
by mikey
I have codelite set up nicely on Ubuntu QQ - would like to deploy it also on Windows 7.

How can I extract my settings, especially the editor preferences, fonts, colors etc from the Ubuntu deployment and import them into a Windows deployment of codelite?

Re: Retrieving, restoring CodeLite options:

Posted: Fri Apr 19, 2013 11:37 am
by eranif
Haven't tried that myself, but:

copy the content of the folder:
~/.codelite

and place it under:
%AppData%\CodeLite

Eran