Project/ProjectResourcesBrowser.py

changeset 4627
a33560bd2d2d
parent 4624
aebdbffe02b6
child 4631
5c1a96925da4
diff -r c891c7ad6b60 -r a33560bd2d2d Project/ProjectResourcesBrowser.py
--- a/Project/ProjectResourcesBrowser.py	Sun Dec 27 13:26:12 2015 +0100
+++ b/Project/ProjectResourcesBrowser.py	Mon Dec 28 12:07:59 2015 +0100
@@ -870,10 +870,6 @@
                         dirname, self.RCFilenameFormatRuby.format(filename))
                 else:
                     return
-                # TODO: check for files contained in resources as well
-                #  - read the resource *.rc file and extract file names
-                #  - add the resource file, if one file is newer as the
-                #    compiled Python/Ruby source
                 if not os.path.exists(ofn) or \
                    os.stat(ifn).st_mtime > os.stat(ofn).st_mtime:
                     changedResources.append(fn)

eric ide

mercurial