Author Topic: [feature request] Class function skeleton generation  (Read 4018 times)

NewUser

  • Guest
[feature request] Class function skeleton generation
« 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)

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: [feature request] Class function skeleton generation
« Reply #1 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ