"New Class" menu required

07 Aug 2012

It'd be great if we had a "New Class..." context menu that would

  • create both .cpp and .h files for a class
  • include .h in the generated .cpp
  • declare a simple, empty class in the .h with a default constructor, destructor
  • implement an emtpy constructor, destructor in the .cpp
  • generate the necessary #ifdef... #define...#endif constructs for the .h file
09 Aug 2012

Hi Sheldon,

Sounds like it could be a good idea; another way to speed things up and help people follow coding conventions at the same time!

I'll add it to our backlog...

Simon

09 Aug 2012

Hello, I also vote for this.

12 Aug 2012

Hello there,

I also 'd like to have this... I still have to check the right syntax by comparing to already existing files. Would be a nice help for all users who suffer on the first stage of Alzheimer, like I am... :-)