Is there a way to change default data path?

General questions regarding the usage of CodeLite
litecpp
CodeLite Enthusiast
Posts: 12
Joined: Fri Sep 04, 2015 12:56 pm
Genuine User: Yes
IDE Question: c++
Contact:

Is there a way to change default data path?

Post by litecpp »

In my computer, the default data path is "C:\Documents and Settings\admin\Application Data".
I want to chang it to "E:\Program".
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Is there a way to change default data path?

Post by eranif »

run codelite with --datadir directive
Make sure you have read the HOW TO POST thread
litecpp
CodeLite Enthusiast
Posts: 12
Joined: Fri Sep 04, 2015 12:56 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: Is there a way to change default data path?

Post by litecpp »

I google "datadir site:http://codelite.org" then I find it is in "Release Notes". I think it is better to add a link in "Documentation" which is "more infomation see Release Notes".

BTW the last two pages are missing:
Setting up wxWidgets (Windows)
http://codelite.org/WxWidgets/GettingRe ... derWindows

wxWidgets Build Parameters
http://codelite.org/WxWidgets/WxWidgetsBuildParameters
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Is there a way to change default data path?

Post by eranif »

These pages are obsolete.

BTW, you can search CodeLite website from:

http://wiki.codelite.org


Just type "datadir" in the search box

Eran
Make sure you have read the HOW TO POST thread
Post Reply