1050 The args are processed one at a time. All arguments after a |
1050 The args are processed one at a time. All arguments after a |
1051 '--' option are considered debug arguments to the program |
1051 '--' option are considered debug arguments to the program |
1052 for the debugger. All files named before the '--' option |
1052 for the debugger. All files named before the '--' option |
1053 are opened in a text editor, unless the argument ends in |
1053 are opened in a text editor, unless the argument ends in |
1054 .e4p, then it is opened as a project file. If it ends in |
1054 .e4p, then it is opened as a project file. If it ends in |
1055 .e4m, it is opened as a multiproject. |
1055 .e4m or .e5m, it is opened as a multiproject. |
1056 """ |
1056 """ |
1057 # no args, return |
1057 # no args, return |
1058 if args is None: |
1058 if args is None: |
1059 if not self.__noOpenAtStartup: |
1059 if not self.__noOpenAtStartup: |
1060 self.__openOnStartup() |
1060 self.__openOnStartup() |