You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.
Would be nice to have some sort of file template system. Where you could just replace some placeholders. That way it would be easy to add a new class with a dialog and some common stuff.
The text was updated successfully, but these errors were encountered:
I think he means a menu option like: "Create New Class" => [Type Class Name Here] => testClass123
which then creates a testClass123.hpp and testClass123.cpp (or .cc) with the content
#include"testClass123.hpp"classtestClass123 {
};
or maybe even some more 'advanced' things like simple constructors and deconstructors
Would be nice to have some sort of file template system. Where you could just replace some placeholders. That way it would be easy to add a new class with a dialog and some common stuff.
The text was updated successfully, but these errors were encountered: