eric5.py

changeset 18
3b1f5d872fd7
parent 15
f6ccc31d6e72
child 37
bfe92e414977
equal deleted inserted replaced
17:edde1fe80b3e 18:3b1f5d872fd7
3 3
4 # Copyright (c) 2002 - 2010 Detlev Offenbach <detlev@die-offenbachs.de> 4 # Copyright (c) 2002 - 2010 Detlev Offenbach <detlev@die-offenbachs.de>
5 # 5 #
6 6
7 """ 7 """
8 Eric4 Python IDE 8 Eric5 Python IDE
9 9
10 This is the main Python script that performs the necessary initialization 10 This is the main Python script that performs the necessary initialization
11 of the IDE and starts the Qt event loop. 11 of the IDE and starts the Qt event loop.
12 """ 12 """
13 13
163 ("--start-session", "load the global session file"), 163 ("--start-session", "load the global session file"),
164 ("--", "indicate that there are options for the program to be debugged"), 164 ("--", "indicate that there are options for the program to be debugged"),
165 ("", "(everything after that is considered arguments for this program)") 165 ("", "(everything after that is considered arguments for this program)")
166 ] 166 ]
167 appinfo = Startup.makeAppInfo(sys.argv, 167 appinfo = Startup.makeAppInfo(sys.argv,
168 "Eric4", 168 "Eric5",
169 "[project | files... [--] [debug-options]]", 169 "[project | files... [--] [debug-options]]",
170 "A Python IDE", 170 "A Python IDE",
171 options) 171 options)
172 ddindex = Startup.handleArgs(sys.argv, appinfo) 172 ddindex = Startup.handleArgs(sys.argv, appinfo)
173 173

eric ide

mercurial