Author Topic: How to add a cbp project to a workspace?  (Read 3270 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5930
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
How to add a cbp project to a workspace?
« 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.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: How to add a cbp project to a workspace?
« Reply #1 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.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5930
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: How to add a cbp project to a workspace?
« Reply #2 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!!!
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.