Author Topic: Method stub generation  (Read 3649 times)

Offline Phenom

  • Multiple posting newcomer
  • *
  • Posts: 57
Method stub generation
« on: June 18, 2010, 09:35:23 am »
Can CodeBlocks generate the stubs of a class methods in an implementation file?

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: Method stub generation
« Reply #1 on: June 18, 2010, 09:45:33 am »
If you have the declarations in a header-file, just create the cpp-file, include the header, right-click into the editor and chose "Insert -> All class methods without implementation".

Offline Phenom

  • Multiple posting newcomer
  • *
  • Posts: 57
Re: Method stub generation
« Reply #2 on: June 18, 2010, 04:28:42 pm »
Thanks.

This is a very useful feature. :)