Sat, 04 Sep 2021 16:51:35 +0200
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) +