Fri, 20 Aug 2021 19:54:49 +0200
Removed obsolete TODO markers.
eric7/QScintilla/Shell.py | file | annotate | diff | comparison | revisions | |
eric7/eric7.py | file | annotate | diff | comparison | revisions |
--- a/eric7/QScintilla/Shell.py Fri Aug 20 18:02:46 2021 +0200 +++ b/eric7/QScintilla/Shell.py Fri Aug 20 19:54:49 2021 +0200 @@ -2384,7 +2384,6 @@ """ Public method to save the current contents to a file. """ - # TODO: not yet implemented txt = self.text() if txt: fn, selectedFilter = EricFileDialog.getSaveFileNameAndFilter(
--- a/eric7/eric7.py Fri Aug 20 18:02:46 2021 +0200 +++ b/eric7/eric7.py Fri Aug 20 19:54:49 2021 +0200 @@ -160,7 +160,6 @@ # Workaround for a strange issue with QScintilla if str(excValue) == "unable to convert a QVariant back to a Python object": return - # TODO: remove this workaround once issue is resolved separator = '-' * 80 logFile = os.path.join(Globals.getConfigDir(), "eric7_error.log")