src/eric7/UI/Browser.py

branch
eric7
changeset 9609
c2f9c10c47cc
parent 9576
be9f8e7e42e0
child 9612
93b496cc3c88
--- a/src/eric7/UI/Browser.py	Sun Dec 11 15:49:23 2022 +0100
+++ b/src/eric7/UI/Browser.py	Sun Dec 11 15:49:39 2022 +0100
@@ -519,9 +519,11 @@
                 if isinstance(itm, BrowserFileItem):
                     if (
                         itm.isPython3File()
+                        or itm.isResourcesFile()
+                        # TODO: delegate to the plugin
                         or itm.isIdlFile()
+                        # TODO: delegate to the plugin
                         or itm.isProtobufFile()
-                        or itm.isResourcesFile()
                     ):
                         self.sourceFile[str].emit(itm.fileName())
                     elif itm.isRubyFile():

eric ide

mercurial