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
Minor weirdness with instantiating from project templates
-
- CodeLite Enthusiast
- Posts: 45
- Joined: Tue Jan 28, 2014 3:03 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
-
- CodeLite Enthusiast
- Posts: 45
- Joined: Tue Jan 28, 2014 3:03 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Minor weirdness with instantiating from project template
Also, just found a bug with latest build:
breakpoint not disappearing when removed.
Don't know what's causing this.
There's probably a pattern, as it doesn't always happen, but I can't figure out the pattern.
Clicking on breakpoint shows 'breakpoint successfully deleted' in status bar, but it doesn't go away, program still stops at that point.
breakpoint not disappearing when removed.
Don't know what's causing this.
There's probably a pattern, as it doesn't always happen, but I can't figure out the pattern.
Clicking on breakpoint shows 'breakpoint successfully deleted' in status bar, but it doesn't go away, program still stops at that point.
-
- CodeLite Plugin
- Posts: 819
- Joined: Wed Sep 03, 2008 7:26 pm
- Contact:
Re: Minor weirdness with instantiating from project template
HI Matt,
I've not found any pattern but if you do, please say!
Regards,
David
I've noticed this over the years. Each episode can be fixed by Delete All Breakpoints.Also, just found a bug with latest build:
breakpoint not disappearing when removed.
I've not found any pattern but if you do, please say!
Regards,
David
-
- CodeLite Enthusiast
- Posts: 45
- Joined: Tue Jan 28, 2014 3:03 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Minor weirdness with instantiating from project template
Thanks for mentioning that, I didn't realise that option existed cause I was just looking at the right-click menu.DavidGH wrote:HI Matt,I've noticed this over the years. Each episode can be fixed by Delete All Breakpoints.Also, just found a bug with latest build:
breakpoint not disappearing when removed.
I've not found any pattern but if you do, please say!
Regards,
David
I ended up deleting the .codelite folder to get rid of it.