src/eric7/Preferences/ConfigurationPages/EditorHighlightingStylesPage.py

branch
eric7
changeset 10475
ee41fab001f2
parent 10439
21c28b0f9e41
child 10482
72d9b5ea39b4
diff -r c18ca679259d -r ee41fab001f2 src/eric7/Preferences/ConfigurationPages/EditorHighlightingStylesPage.py
--- a/src/eric7/Preferences/ConfigurationPages/EditorHighlightingStylesPage.py	Wed Jan 03 17:36:30 2024 +0100
+++ b/src/eric7/Preferences/ConfigurationPages/EditorHighlightingStylesPage.py	Wed Jan 03 18:09:15 2024 +0100
@@ -38,6 +38,7 @@
     Class implementing the Editor Highlighting Styles configuration page.
     """
 
+    # TODO: change this to an enum
     FAMILYONLY = 0
     SIZEONLY = 1
     FAMILYANDSIZE = 2

eric ide

mercurial