Fri, 29 Jun 2018 18:44:12 +0200
Shell: little fix to clear the shell window when the debug client ist (re-) started via the "Start" context menu.
--- a/QScintilla/Shell.py Thu Jun 28 20:17:18 2018 +0200 +++ b/QScintilla/Shell.py Fri Jun 29 18:44:12 2018 +0200 @@ -1891,6 +1891,7 @@ """ language = action.data() self.dbs.startClient(False, language) + self.__getBanner() def handlePreferencesChanged(self): """