Added some TODO markers. eric7

Thu, 19 Aug 2021 17:05:43 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 19 Aug 2021 17:05:43 +0200
branch
eric7
changeset 8516
88c8178c7434
parent 8515
7e7bebfb21e8
child 8517
639768825569

Added some TODO markers.

eric7/PluginManager/PluginUninstallDialog.py file | annotate | diff | comparison | revisions
eric7/QScintilla/Editor.py file | annotate | diff | comparison | revisions
--- a/eric7/PluginManager/PluginUninstallDialog.py	Thu Aug 19 13:27:08 2021 +0200
+++ b/eric7/PluginManager/PluginUninstallDialog.py	Thu Aug 19 17:05:43 2021 +0200
@@ -26,6 +26,7 @@
 import UI.PixmapCache
 
 
+# TODO: extend to be able to uninstall several plugins
 class PluginUninstallWidget(QWidget, Ui_PluginUninstallDialog):
     """
     Class implementing a dialog for plugin deinstallation.
--- a/eric7/QScintilla/Editor.py	Thu Aug 19 13:27:08 2021 +0200
+++ b/eric7/QScintilla/Editor.py	Thu Aug 19 17:05:43 2021 +0200
@@ -50,6 +50,7 @@
     "ReferenceItem", ["modulePath", "codeLine", "line", "column"])
 
 
+# TODO: Make 'long' context menu shorter
 class Editor(QsciScintillaCompat):
     """
     Class implementing the editor component of the eric IDE.

eric ide

mercurial