Minor weirdness with instantiating from project templates
Posted: Sat Apr 02, 2016 9:48 am
Currently if you create a project template, regardless of where your files are - ie. either in your include folders or in the project folder - it copies them to the new project folder. This makes sense for project files which're already in the project folder,
but if they're in your include folders, I think the semantics are pretty clear that you're including from a potentially-shared resource, so they shouldn't be copied to the new project folder.
What it should be doing is only copying files from the original project's folder, and not the files from the include folders.
Is there a way around this and is there a reason for this behavior?
Thanks,
Matt
but if they're in your include folders, I think the semantics are pretty clear that you're including from a potentially-shared resource, so they shouldn't be copied to the new project folder.
What it should be doing is only copying files from the original project's folder, and not the files from the include folders.
Is there a way around this and is there a reason for this behavior?
Thanks,
Matt