src/eric7/eric7_ide.py

branch
eric7
changeset 11045
72202235e0bb
parent 11034
7b8a21fd2d58
child 11090
f5f5f5803935
equal deleted inserted replaced
11044:6d9f0f28de34 11045:72202235e0bb
310 if splash: 310 if splash:
311 splash.finish(mainWindow) 311 splash.finish(mainWindow)
312 del splash 312 del splash
313 313
314 mainWindow.checkForErrorLog() 314 mainWindow.checkForErrorLog()
315 mainWindow.processArgs(args) 315 if not mainWindow.performVersionCheck(startup=True):
316 mainWindow.processInstallInfoFile() 316 mainWindow.processArgs(args)
317 mainWindow.checkProjectsWorkspace() 317 mainWindow.processInstallInfoFile()
318 mainWindow.checkConfigurationStatus() 318 mainWindow.checkProjectsWorkspace()
319 mainWindow.performVersionCheck() 319 mainWindow.checkConfigurationStatus()
320 mainWindow.checkPluginUpdatesAvailable() 320 mainWindow.checkPluginUpdatesAvailable()
321 mainWindow.autoConnectIrc() 321 mainWindow.autoConnectIrc()
322 322
323 323
324 def main(): 324 def main():
325 """ 325 """
326 Main entry point into the application. 326 Main entry point into the application.

eric ide

mercurial