Sun, 23 May 2021 11:55:39 +0200
Added a TODO comment to attache to the session management of desktop environments.
eric7/UI/UserInterface.py | file | annotate | diff | comparison | revisions |
--- a/eric7/UI/UserInterface.py Sat May 22 20:25:21 2021 +0200 +++ b/eric7/UI/UserInterface.py Sun May 23 11:55:39 2021 +0200 @@ -130,6 +130,7 @@ self.__nWrite(self.__bufferedWrite()) +# TODO: add support for QSessionManager to save changed files class UserInterface(EricMainWindow): """ Class implementing the main user interface.