UI/UserInterface.py

branch
6_0_x
changeset 4106
f367d432509a
parent 4022
f5f42921717e
child 4138
95a60072ba45
--- a/UI/UserInterface.py	Sun Feb 08 13:28:38 2015 +0100
+++ b/UI/UserInterface.py	Sun Feb 08 16:13:27 2015 +0100
@@ -1044,7 +1044,7 @@
             for the debugger. All files named before the '--' option
             are opened in a text editor, unless the argument ends in
             .e4p, then it is opened as a project file. If it ends in
-            .e4m, it is opened as a multiproject.
+            .e4m or .e5m, it is opened as a multiproject.
         """
         # no args, return
         if args is None:
@@ -1103,7 +1103,7 @@
             if ext in ['.e4p']:
                 self.project.openProject(arg)
                 opens += 1
-            elif ext in ['.e4m']:
+            elif ext in ['.e4m', '.e5m']:
                 self.multiProject.openMultiProject(arg)
                 opens += 1
             else:

eric ide

mercurial