eric6/Preferences/ConfigurationPages/EditorHighlightingStylesPage.py

branch
jsonfiles
changeset 8013
c3bd65c330ed
parent 7923
91e843545d9a
child 8022
2da0139f4f91
--- a/eric6/Preferences/ConfigurationPages/EditorHighlightingStylesPage.py	Wed Jan 27 18:29:25 2021 +0100
+++ b/eric6/Preferences/ConfigurationPages/EditorHighlightingStylesPage.py	Wed Jan 27 18:29:52 2021 +0100
@@ -517,6 +517,7 @@
         """
         self.__exportStyles(list(self.lexers.values()))
     
+    # TODO: do the JSON styles
     def __exportStyles(self, lexers):
         """
         Private method to export the styles of the given lexers.
@@ -558,6 +559,7 @@
                 .format(fn, f.errorString())
             )
     
+    # TODO: do the JSON styles
     def __importStyles(self, lexers):
         """
         Private method to import the styles of the given lexers.

eric ide

mercurial