News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

How do I hide some wizards in C::B?

Started by lucky7456969, April 04, 2014, 08:18:43 AM

Previous topic - Next topic

lucky7456969

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

ollydbg

Quote from: lucky7456969 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

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.