Debugger/DebugUI.py

changeset 4303
57b5de82ce05
parent 4256
5c61205c4bd7
child 4366
9445c7cb991f
diff -r 748f4945462b -r 57b5de82ce05 Debugger/DebugUI.py
--- a/Debugger/DebugUI.py	Sun Jun 28 13:37:45 2015 +0200
+++ b/Debugger/DebugUI.py	Wed Jul 01 19:34:51 2015 +0200
@@ -1568,7 +1568,7 @@
             
             if not doNotStart:
                 if runProject and self.project.getProjectType() in [
-                        "E4Plugin", "E6Plugin"]:
+                        "E6Plugin"]:
                     argv = '--plugin="{0}" {1}'.format(fn, argv)
                     fn = os.path.join(getConfig('ericDir'), "eric6.py")
                 
@@ -1687,7 +1687,7 @@
             
             if not doNotStart:
                 if runProject and self.project.getProjectType() in [
-                        "E4Plugin", "E6Plugin"]:
+                        "E6Plugin"]:
                     argv = '--plugin="{0}" {1}'.format(fn, argv)
                     fn = os.path.join(getConfig('ericDir'), "eric6.py")
                 
@@ -1809,7 +1809,7 @@
             
             if not doNotStart:
                 if runProject and self.project.getProjectType() in [
-                        "E4Plugin", "E6Plugin"]:
+                        "E6Plugin"]:
                     argv = '--plugin="{0}" {1}'.format(fn, argv)
                     fn = os.path.join(getConfig('ericDir'), "eric6.py")
                 
@@ -1938,7 +1938,7 @@
             
             if not doNotStart:
                 if debugProject and self.project.getProjectType() in [
-                        "E4Plugin", "E6Plugin"]:
+                        "E6Plugin"]:
                     argv = '--plugin="{0}" {1}'.format(fn, argv)
                     fn = os.path.join(getConfig('ericDir'), "eric6.py")
                     tracePython = True  # override flag because it must be true
@@ -2001,7 +2001,7 @@
         
         if not doNotStart:
             if forProject and self.project.getProjectType() in [
-                    "E4Plugin", "E6Plugin"]:
+                    "E6Plugin"]:
                 argv = '--plugin="{0}" {1}'.format(fn, argv)
                 fn = os.path.join(getConfig('ericDir'), "eric6.py")
             

eric ide

mercurial