Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: rodrigo.canellas on September 25, 2007, 03:42:25 pm

Title: referencing a project template, instead of copying it
Post by: rodrigo.canellas on September 25, 2007, 03:42:25 pm
Hi,

I think project templates a great idea!

However, can I create a project based on a template, but referencing the project template, instead of copying it?

I would like to do that because if later I decide to change or add stuff to the project template, these changes would automatically reflect in the created project.

Is it possible?

Thanks!
Title: Re: referencing a project template, instead of copying it
Post by: thomas on September 25, 2007, 04:22:35 pm
This is not possible under the present build system release, and will not likely be.

Similar (but not identical) functionality is planned and will likely be implemented in the next release of the build system.
Title: Re: referencing a project template, instead of copying it
Post by: rodrigo.canellas on September 25, 2007, 04:31:42 pm
Thomas,

When you say "next release", do you have any idea of date?

Thanks!
Title: Re: referencing a project template, instead of copying it
Post by: thomas on September 25, 2007, 09:13:30 pm
No date.
Title: Re: referencing a project template, instead of copying it
Post by: Game_Ender on September 27, 2007, 07:53:26 pm
Is there a branch of the code base in SVN where the new build system is being developer? (Or some design docs possibly)

Also, any plans on making it not require a running X server/windows manager?
Title: Re: referencing a project template, instead of copying it
Post by: thomas on September 27, 2007, 10:44:30 pm
There are no design docs. Some rather dated code is in a separate branch, but it's not up to date.

As for running without X/Windows, the build system only requires a window manager for the log output. The present svn version of Code::Blocks already contains a working logging facility that is independent of the presence of a window manager.