Page 1 of 1

Minor weirdness with instantiating from project templates

Posted: Sat Apr 02, 2016 9:48 am
by metamorphosis
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

Re: Minor weirdness with instantiating from project template

Posted: Sat Apr 02, 2016 1:15 pm
by metamorphosis
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.

Re: Minor weirdness with instantiating from project template

Posted: Sat Apr 02, 2016 3:20 pm
by DavidGH
HI Matt,
Also, just found a bug with latest build:
breakpoint not disappearing when removed.
I've noticed this over the years. Each episode can be fixed by Delete All Breakpoints.

I've not found any pattern but if you do, please say!

Regards,

David

Re: Minor weirdness with instantiating from project template

Posted: Sun Apr 03, 2016 4:44 am
by metamorphosis
DavidGH wrote:HI Matt,
Also, just found a bug with latest build:
breakpoint not disappearing when removed.
I've noticed this over the years. Each episode can be fixed by Delete All Breakpoints.

I've not found any pattern but if you do, please say!

Regards,

David
Thanks for mentioning that, I didn't realise that option existed cause I was just looking at the right-click menu.
I ended up deleting the .codelite folder to get rid of it.