Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: gjsmo on February 08, 2007, 03:36:38 am

Title: Project manager
Post by: gjsmo on February 08, 2007, 03:36:38 am
I would like to see a sort of "project manager" implemented. This would allow you to easily edit default projects using the same interface as the project options in a real project. It would allow you to easily add new kinds of projects, and if necessary, delete them (but why would you want to do that?). I don't really see any easy way to do this currently.
Title: Re: Project manager
Post by: Biplab on February 08, 2007, 03:39:48 am
Have you explored the scripting system? It's quite comprehensive and you can create new projects easily.  :)
Title: Re: Project manager
Post by: gjsmo on February 08, 2007, 10:55:08 pm
Have not tried it - I will look at it.