In my computer, the default data path is "C:\Documents and Settings\admin\Application Data".
I want to chang it to "E:\Program".
Is there a way to change default data path?
-
- CodeLite Enthusiast
- Posts: 12
- Joined: Fri Sep 04, 2015 12:56 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- 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?
run codelite with --datadir directive
Make sure you have read the HOW TO POST thread
-
- 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?
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
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
- eranif
- CodeLite Plugin
- Posts: 6375
- 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?
These pages are obsolete.
BTW, you can search CodeLite website from:
http://wiki.codelite.org
Just type "datadir" in the search box
Eran
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