UI/UserInterface.py

changeset 4107
501c964e20e7
parent 4083
4418377391bc
child 4113
feac3108a780
--- a/UI/UserInterface.py	Sun Feb 08 13:24:28 2015 +0100
+++ b/UI/UserInterface.py	Sun Feb 08 16:16:32 2015 +0100
@@ -1052,7 +1052,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:
@@ -1111,7 +1111,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