38 from UI.SearchWidget import SearchWidget |
38 from UI.SearchWidget import SearchWidget |
39 |
39 |
40 from eric6config import getConfig |
40 from eric6config import getConfig |
41 |
41 |
42 |
42 |
|
43 # TODO: implement history handling changes (Shell.historyStyleChanged) |
43 class ShellWindow(E5MainWindow): |
44 class ShellWindow(E5MainWindow): |
44 """ |
45 """ |
45 Class implementing a stand alone shell window. |
46 Class implementing a stand alone shell window. |
46 """ |
47 """ |
47 def __init__(self, parent=None, name=None): |
48 def __init__(self, parent=None, name=None): |