1042 The args are processed one at a time. All arguments after a |
1042 The args are processed one at a time. All arguments after a |
1043 '--' option are considered debug arguments to the program |
1043 '--' option are considered debug arguments to the program |
1044 for the debugger. All files named before the '--' option |
1044 for the debugger. All files named before the '--' option |
1045 are opened in a text editor, unless the argument ends in |
1045 are opened in a text editor, unless the argument ends in |
1046 .e4p, then it is opened as a project file. If it ends in |
1046 .e4p, then it is opened as a project file. If it ends in |
1047 .e4m, it is opened as a multiproject. |
1047 .e4m or .e5m, it is opened as a multiproject. |
1048 """ |
1048 """ |
1049 # no args, return |
1049 # no args, return |
1050 if args is None: |
1050 if args is None: |
1051 if not self.__noOpenAtStartup: |
1051 if not self.__noOpenAtStartup: |
1052 self.__openOnStartup() |
1052 self.__openOnStartup() |