eric5.py

changeset 513
a5329d7867c5
parent 467
0911d8be9b07
child 564
b3d966393ba9
equal deleted inserted replaced
512:4d765043b3ce 513:a5329d7867c5
168 "[project | files... [--] [debug-options]]", 168 "[project | files... [--] [debug-options]]",
169 "A Python IDE", 169 "A Python IDE",
170 options) 170 options)
171 ddindex = Startup.handleArgs(sys.argv, appinfo) 171 ddindex = Startup.handleArgs(sys.argv, appinfo)
172 172
173 app = E5Application(sys.argv)
174
173 if Preferences.getUI("SingleApplicationMode"): 175 if Preferences.getUI("SingleApplicationMode"):
174 handleSingleApplication(ddindex) 176 handleSingleApplication(ddindex)
175
176 app = E5Application(sys.argv)
177 177
178 # set the library paths for plugins 178 # set the library paths for plugins
179 Startup.setLibraryPaths() 179 Startup.setLibraryPaths()
180 180
181 # set the search path for icons 181 # set the search path for icons

eric ide

mercurial