eric5.py

branch
5_0_x
changeset 514
a3e454b3293d
parent 265
5805c2e1415b
child 567
5dcea6a6c0d0
equal deleted inserted replaced
497:a529427b15ed 514:a3e454b3293d
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

eric ide

mercurial