Tue, 28 Dec 2021 15:02:01 +0100
Added some TODO markers.
eric7/Preferences/ConfigurationPages/LogViewerPage.py | file | annotate | diff | comparison | revisions | |
eric7/Preferences/ConfigurationPages/TasksPage.py | file | annotate | diff | comparison | revisions |
--- a/eric7/Preferences/ConfigurationPages/LogViewerPage.py Mon Dec 27 19:46:16 2021 +0100 +++ b/eric7/Preferences/ConfigurationPages/LogViewerPage.py Tue Dec 28 15:02:01 2021 +0100 @@ -13,6 +13,7 @@ import Preferences +# TODO: add a line edit with an error sample class LogViewerPage(ConfigurationPageBase, Ui_LogViewerPage): """ Class implementing the Log Viewer configuration page.
--- a/eric7/Preferences/ConfigurationPages/TasksPage.py Mon Dec 27 19:46:16 2021 +0100 +++ b/eric7/Preferences/ConfigurationPages/TasksPage.py Tue Dec 28 15:02:01 2021 +0100 @@ -13,6 +13,8 @@ import Preferences +# TODO: colorize tasks marker line edits according to the selected background +# colors class TasksPage(ConfigurationPageBase, Ui_TasksPage): """ Class implementing the Tasks configuration page.