Thu, 19 Aug 2021 17:05:43 +0200
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.