Page 1 of 1

Default Workspace Path

Posted: Sun Aug 15, 2010 7:13 pm
by Netzschleicher
I have another question about CodeLite.

When creating a new Workspace, CodeLiteĀ“s default Path is "C:\Programme\CodeLite".
Can i set a Environment-Variable to set the default Path i.e. to "D:\CodeLite"?

thanks a lot

Re: Default Workspace Path

Posted: Sun Aug 15, 2010 8:48 pm
by eranif
Not atm.

Currently, codelite defaults to the CWD:
- If a workspace is open, it will be the current workspace path
- if no workspace is open, it will be the location where codelite stores data (~/.codelite under linux, C:\Program Files\CodeLite under Windows)

Eran