Added a TODO to improve project detecting external chanages to the project file (e.g. through a VCS).

Mon, 17 Nov 2014 19:12:20 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 17 Nov 2014 19:12:20 +0100
changeset 3928
d4a1565709c2
parent 3927
3e1dc0fb26ed
child 3929
e5bbf088b01d

Added a TODO to improve project detecting external chanages to the project file (e.g. through a VCS).

Project/Project.py file | annotate | diff | comparison | revisions
--- a/Project/Project.py	Sat Nov 15 19:59:18 2014 +0100
+++ b/Project/Project.py	Mon Nov 17 19:12:20 2014 +0100
@@ -41,6 +41,7 @@
 import Utilities
 
 
+# TODO: add file system watcher to detect external modification of project file
 class Project(QObject):
     """
     Class implementing the project management functionality.

eric ide

mercurial