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 |
|
174 app = E5Application(sys.argv) |
|
175 |
174 if Preferences.getUI("SingleApplicationMode"): |
176 if Preferences.getUI("SingleApplicationMode"): |
175 handleSingleApplication(ddindex) |
177 handleSingleApplication(ddindex) |
176 |
|
177 app = E5Application(sys.argv) |
|
178 |
178 |
179 # set the library paths for plugins |
179 # set the library paths for plugins |
180 Startup.setLibraryPaths() |
180 Startup.setLibraryPaths() |
181 |
181 |
182 # set the search path for icons |
182 # set the search path for icons |