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. |