https://bugs.kde.org/show_bug.cgi?id=377026

--- Comment #6 from Sven Brauch <m...@svenbrauch.de> ---
Templates are fully scriptable and you can have editable fields for e.g. the
class name. You can also generate code depending on the content of editable
template fields. It's not a dialog, but it's pretty close I think ... for
example the "give classname, have fitting constructor / destructor created" is
trivial with it, just write something like

class ${class} {
  ${class}();
  virtual ~${class}();
};

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to