Minor weirdness with instantiating from project templates

CodeLite installation/troubleshooting forum
metamorphosis
CodeLite Enthusiast
Posts: 45
Joined: Tue Jan 28, 2014 3:03 pm
Genuine User: Yes
IDE Question: C++
Contact:

Minor weirdness with instantiating from project templates

Post 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
metamorphosis
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

Post 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.
DavidGH
CodeLite Plugin
Posts: 819
Joined: Wed Sep 03, 2008 7:26 pm
Contact:

Re: Minor weirdness with instantiating from project template

Post 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
metamorphosis
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

Post 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.
Post Reply