eric6/Templates/TemplateViewer.py

branch
jsonfiles
changeset 8013
c3bd65c330ed
parent 7923
91e843545d9a
child 8018
641c7c312f26
--- 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).

eric ide

mercurial