Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: NewUser on January 29, 2007, 09:00:36 pm

Title: [feature request] Class function skeleton generation
Post by: NewUser on January 29, 2007, 09:00:36 pm
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)
Title: Re: [feature request] Class function skeleton generation
Post by: MortenMacFly on January 29, 2007, 09:35:16 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.