"New Class" menu required
Topic last updated
12 Aug 2012, by
Sheldon Cooper.
3 replies
class
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
Replies
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
Hello, I also vote for this.
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... :-)
Please log in to post a reply.
It'd be great if we had a "New Class..." context menu that would