--- a/Debugger/ExceptionLogger.py Tue Oct 15 22:03:54 2013 +0200 +++ b/Debugger/ExceptionLogger.py Fri Oct 18 23:00:41 2013 +0200 @@ -49,10 +49,11 @@ self.setWhatsThis(self.trUtf8( """<b>Exceptions Logger</b>""" """<p>This windows shows a trace of all exceptions, that have""" - """ occured during the last debugging session. Initially only the""" - """ exception type and exception message are shown. After""" - """ the expansion of this entry, the complete call stack as reported""" - """ by the client is show with the most recent call first.</p>""" + """ occured during the last debugging session. Initially only""" + """ the exception type and exception message are shown. After""" + """ the expansion of this entry, the complete call stack as""" + """ reported by the client is show with the most recent call""" + """ first.</p>""" )) self.menu = QMenu(self) @@ -114,7 +115,8 @@ def debuggingStarted(self): """ - Public slot to clear the listview upon starting a new debugging session. + Public slot to clear the listview upon starting a new debugging + session. """ self.clear() @@ -138,4 +140,5 @@ """ Private method to open the configuration dialog. """ - e5App().getObject("UserInterface").showPreferences("debuggerGeneralPage") + e5App().getObject("UserInterface")\ + .showPreferences("debuggerGeneralPage")