Added a TODO comment to attache to the session management of desktop environments.

Sun, 23 May 2021 11:54:57 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 23 May 2021 11:54:57 +0200
changeset 8362
2b9eaba83d99
parent 8349
b43cf23955aa
child 8379
ef170cde761b

Added a TODO comment to attache to the session management of desktop environments.

.hgignore file | annotate | diff | comparison | revisions
eric6/UI/UserInterface.py file | annotate | diff | comparison | revisions
--- a/.hgignore	Fri May 21 18:04:01 2021 +0200
+++ b/.hgignore	Sun May 23 11:54:57 2021 +0200
@@ -2,6 +2,7 @@
 glob:_eric5project
 glob:.eric6project
 glob:_eric6project
+glob:.eric7project
 glob:.ropeproject
 glob:_ropeproject
 glob:.directory
--- a/eric6/UI/UserInterface.py	Fri May 21 18:04:01 2021 +0200
+++ b/eric6/UI/UserInterface.py	Sun May 23 11:54:57 2021 +0200
@@ -130,6 +130,7 @@
         self.__nWrite(self.__bufferedWrite())
 
 
+# TODO: add support for QSessionManager to save changed files
 class UserInterface(E5MainWindow):
     """
     Class implementing the main user interface.

eric ide

mercurial