Code::Blocks Forums
User forums => Using Code::Blocks => Topic started 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.
-
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.
-
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!!!