Code::Blocks Forums

User forums => Help => Topic started by: Phenom on June 18, 2010, 09:35:23 am

Title: Method stub generation
Post by: Phenom on June 18, 2010, 09:35:23 am
Can CodeBlocks generate the stubs of a class methods in an implementation file?
Title: Re: Method stub generation
Post by: Jenna 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".
Title: Re: Method stub generation
Post by: Phenom on June 18, 2010, 04:28:42 pm
Thanks.

This is a very useful feature. :)