QScintilla/ShellWindow.py

changeset 5798
e4f9552f7f93
parent 5712
f0d08bdeacf4
child 5799
e87f52c0374a
equal deleted inserted replaced
5797:8bc870b7a8a6 5798:e4f9552f7f93
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):

eric ide

mercurial