Feature #5705 2013-11-11 18:38

mtew

Do NOT reqire abolute path names

I work with a number of different environments.

I want to share projects between the various environments.

The absolute path name of my home directory varies with which environment I am in.

Code: Blocks apparently REQUIRES absolute path names in its configuration files. This makes sharing Code:Block configurations with my different environments impossible.

Please do not require absolute path names in configuration files. Instead, if a path name is not absolute, treat it as being relative to the current home directory; that is, in Unix-like environments (and specifically in Linux), prepend the equivalent of '~/' if the path does not start with '/' (or '$HOME/' if you can not get '~/' to work).

Category
 
Status
Open
Close date
 
Assigned to