diff -r 8bc870b7a8a6 -r e4f9552f7f93 QScintilla/ShellWindow.py --- a/QScintilla/ShellWindow.py Sun Jul 09 19:42:44 2017 +0200 +++ b/QScintilla/ShellWindow.py Sun Jul 09 19:44:33 2017 +0200 @@ -40,6 +40,7 @@ from eric6config import getConfig +# TODO: implement history handling changes (Shell.historyStyleChanged) class ShellWindow(E5MainWindow): """ Class implementing a stand alone shell window.