News:

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

Main Menu

How to use the method wizard?

Started by MortenMacFly, April 24, 2006, 09:21:38 AM

Previous topic - Next topic

MortenMacFly

I've just discovered the class method wizard (not the class wizard!) in C::B. But I wonder how I am supposed to use it?!
What I would have expected is:
1.) Help me to insert a method definition and implementation framework in a class.
2.) If I add a defintion, help me to add the implementation using the same framework.
3.) If I add an implementation, help me to add the definition (in the header file) using the same framework.
I think I'm just to dumb to use it, but what I am able to do is "only" 2.). And I can add only existing methods, no new ones. What I really like is the possibilty of the documentation block, hence I'd like to have that in the header file. To achive this I have first to add the method myself and then using the wizard to do it again with the documentation block. I guess that's not how it is supposed to be.
Is there somebody using this feature that can enlighten me how to do it right?
With regards, Morten.
Ps.: One case use C::B for ages and still find unknown features... ;-)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]