jucipp
jucipp copied to clipboard
File Templates
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.
Thank you, although I'm not entirely sure what you mean here. Could you please elaborate?
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