--- a/eric6/Templates/TemplateViewer.py Wed Jan 27 18:29:25 2021 +0100 +++ b/eric6/Templates/TemplateViewer.py Wed Jan 27 18:29:52 2021 +0100 @@ -948,7 +948,8 @@ tmpl.setDescription(description) tmpl.setTemplateText(template) self.__resort() - + + # TODO: do the JSON templates def writeTemplates(self, filename=None): """ Public method to write the templates data to an XML file (.e4c). @@ -977,6 +978,7 @@ return True + # TODO: do the JSON templates def readTemplates(self, filename=None): """ Public method to read in the templates file (.e4c).