Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: ollydbg on October 23, 2009, 12:47:53 pm

Title: How to add a cbp project to a workspace?
Post by: ollydbg on October 23, 2009, 12:47:53 pm
I just copy a plugin's source folder to cb_svn\src\plugins\contrib\My_plugin

And I want to add this plugin project to the ContribPlugins.workspace, so I open the ContribPlugins.workspace, but I can't find any menu item to support insert a project to the workspace.

The only way I fond is : drag the My_plugin.cbp file to the management panel.

My question: is there any other way to do this? Thanks.
Title: Re: How to add a cbp project to a workspace?
Post by: Jenna on October 23, 2009, 12:51:54 pm
Just open the project.
If you close the workspace C::B asks you whether to save the changed workspace or not, answer yes and it's done.
Or save the workspace explicitely.
Title: Re: How to add a cbp project to a workspace?
Post by: ollydbg on October 23, 2009, 12:58:38 pm
Just open the project.
If you close the workspace C::B asks you whether to save the changed workspace or not, answer yes and it's done.
Or save the workspace explicitely.

Thanks for your help!!!