Relative paths in project file?

Post your requests and ideas on the future development of mikroBasic PRO for PIC.
Post Reply
Author
Message
oliverb
Posts: 570
Joined: 24 May 2007 15:09

Relative paths in project file?

#1 Post by oliverb » 16 Jun 2014 12:52

Apologies in advance if you actually have implemented this...

As far as I can tell currently all paths in the project file are declared in full starting from the drive letter.

I would like to give the path relative to the location of the project file.

I would also like to have a meta-variable like %defs%, %uses% that gives the path to the library folder.

that way my current project:

Code: Select all

D:\Mikroelektronika\mikroBasic PRO for PIC\defs\
D:\Mikroelektronika\mikroBasic PRO for PIC\Uses\P16\
\\Server\design\Pic Experimental\enc7seg\
would become

Code: Select all

%defs%\
%Uses%\P16\
.\
The first version is dependant on install locations.
The second version is "portable". Its also shorter.

There may also be a similar issue where you can add a file to a project from a folder other than the project folder, and then you are unable to remove it.

User avatar
dejan.odabasic
mikroElektronika team
Posts: 2649
Joined: 30 Apr 2012 14:20

Re: Relative paths in project file?

#2 Post by dejan.odabasic » 17 Jun 2014 12:20

Hello,

Thank you for sharing your thoughts and suggestions with us.
Our developers will consider your suggestions for future development.

Best regards.

Post Reply

Return to “mikroBasic PRO for PIC Wish List”