Added a few TODO comments to layout the future development in case somebody is interested to help. eric7

Sat, 04 Sep 2021 16:51:35 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 04 Sep 2021 16:51:35 +0200
branch
eric7
changeset 8579
cfd0e44ef084
parent 8578
c092818e8a5f
child 8580
e91b276e0771

Added a few TODO comments to layout the future development in case somebody is interested to help.

eric7/EricWidgets/EricSideBar.py file | annotate | diff | comparison | revisions
eric7/eric7.py file | annotate | diff | comparison | revisions
--- a/eric7/EricWidgets/EricSideBar.py	Sat Sep 04 12:29:32 2021 +0200
+++ b/eric7/EricWidgets/EricSideBar.py	Sat Sep 04 16:51:35 2021 +0200
@@ -30,6 +30,8 @@
     WEST = 3
 
 
+# TODO: change to used a QListWidget with icons (48px) instead of QTabBar and
+#       remove the auto hide/show feature (?)
 class EricSideBar(QWidget):
     """
     Class implementing a sidebar with a widget area, that is hidden or shown,
--- a/eric7/eric7.py	Sat Sep 04 12:29:32 2021 +0200
+++ b/eric7/eric7.py	Sat Sep 04 16:51:35 2021 +0200
@@ -418,3 +418,17 @@
 
 if __name__ == '__main__':
     main()
+
+#
+# Generic TODOs:
+#
+# TODO: reintroduce the Network Status icon
+#       (i.e. revert changeset 6901746220fc, 2021-01-03)
+# TODO: convert the Jedi plugin to a fixed part of eric
+# TODO: make the sidebars more modern with big icons and colored background
+# TODO: add an embedded help viewer based on QWebEngineView (right side)
+# TODO: make VCS status an embedded view (left side)
+# TODO: add a VCS diff view in the central area (view manager)
+# TODO: add plug-in repository as embedded view (right side)
+# TODO: add virtual environment manager as embedded view (right side)
+

eric ide

mercurial