eric6/Toolbox/Startup.py

changeset 7960
e8fc383322f7
parent 7923
91e843545d9a
child 8043
0acf98cd089a
child 8143
2c730d5fd177
equal deleted inserted replaced
7959:44e15eda6506 7960:e8fc383322f7
223 app=None, raiseIt=True, installErrorHandler=False): 223 app=None, raiseIt=True, installErrorHandler=False):
224 """ 224 """
225 Module function to start up an application that doesn't need a specialized 225 Module function to start up an application that doesn't need a specialized
226 start up. 226 start up.
227 227
228 This function is used by all of eric6's helper programs. 228 This function is used by all of eric's helper programs.
229 229
230 @param argv list of commandline parameters (list of strings) 230 @param argv list of commandline parameters (list of strings)
231 @param appinfo dictionary describing the application 231 @param appinfo dictionary describing the application
232 @param mwFactory factory function generating the main widget. This 232 @param mwFactory factory function generating the main widget. This
233 function must accept the following parameter. 233 function must accept the following parameter.

eric ide

mercurial