Removed the TODO in the resources browser because that was already done.

Mon, 28 Dec 2015 12:07:59 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 28 Dec 2015 12:07:59 +0100
changeset 4627
a33560bd2d2d
parent 4626
c891c7ad6b60
child 4629
99aaac59be4f

Removed the TODO in the resources browser because that was already done.

Project/ProjectResourcesBrowser.py file | annotate | diff | comparison | revisions
--- 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