eric6/Graphics/ClassItem.py

changeset 8268
6b8128e0c9d1
parent 8234
fcb6b4b96274
child 8277
ea734702ae94
--- a/eric6/Graphics/ClassItem.py	Tue Apr 27 17:42:00 2021 +0200
+++ b/eric6/Graphics/ClassItem.py	Wed Apr 28 19:42:28 2021 +0200
@@ -131,6 +131,8 @@
         self.header.setPos(x, y)
         y += self.header.boundingRect().height() + self.margin
         if not self.noAttrs and not self.external:
+            # TODO: add class attributes next to the instance attributes
+            #       separate class and instance attributes by dashed line
             if attrs:
                 txt = "\n".join(attrs)
             else:

eric ide

mercurial