Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

File Templates #294

Open
underdoeg opened this issue Oct 23, 2016 · 2 comments
Open

File Templates #294

underdoeg opened this issue Oct 23, 2016 · 2 comments

Comments

@underdoeg
Copy link

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.

@eidheim
Copy link
Member

eidheim commented Oct 24, 2016

Thank you, although I'm not entirely sure what you mean here. Could you please elaborate?

@insunaa
Copy link
Contributor

insunaa commented Oct 30, 2016

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"

class testClass123 {

};

or maybe even some more 'advanced' things like simple constructors and deconstructors

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants