jucipp icon indicating copy to clipboard operation
jucipp copied to clipboard

File Templates

Open underdoeg opened this issue 9 years ago • 2 comments

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.

underdoeg avatar Oct 23 '16 10:10 underdoeg

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

eidheim avatar Oct 24 '16 10:10 eidheim

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

insunaa avatar Oct 30 '16 14:10 insunaa