News:

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

Main Menu

[feature request] Class function skeleton generation

Started by NewUser, January 29, 2007, 09:00:36 PM

Previous topic - Next topic

NewUser

Hi!

First I want to say I really like Code::Blocks. It's a great IDE.

I'm using the class wizard to create my classes. So when I create a new function I write the definition in the header file, Strg+C, press F11 to switch to the source file (by the way: great feature :D) go to the end, Strg+V, write ClassName:: and write {}.

So what's about a function for this?

I know the time you need to do this manual isn't the world but doing this many times sucks  :lol:
Please add this feature to Code::Blocks, it's allready a great IDE but I would like it much more with this feature (mainly my laziness :D)

MortenMacFly

Quote from: NewUser on January 29, 2007, 09:00:36 PM
So what's about a function for this?
I'd say that you could use the KeyMacs plugin for this. Search the forum and/or WiKi for further information.
With regards, Morten.
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]