eric7/QScintilla/Shell.py

branch
eric7
changeset 8525
23d37fb05a21
parent 8521
4794215f9a3c
child 8637
394377638256
--- 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(

eric ide

mercurial