Author Topic: How do I hide some wizards in C::B?  (Read 2579 times)

Offline lucky7456969

  • Multiple posting newcomer
  • *
  • Posts: 33
How do I hide some wizards in C::B?
« on: April 04, 2014, 08:18:43 am »
Dear all,
I wonder, for example, for the wizards that I am not interested in,
like fortran. How can I hide those wizards from the new project page?
Thanks
Jack

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5916
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: How do I hide some wizards in C::B?
« Reply #1 on: April 04, 2014, 08:34:01 am »
Dear all,
I wonder, for example, for the wizards that I am not interested in,
like fortran. How can I hide those wizards from the new project page?
Thanks
Jack

Read this page: 4 How do I create a new wizard?

You can simply delete some lines of config.script, after a restart C::B, those deleted plugins will not be loaded and shown.
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.