src/eric7/QScintilla/ShellWindow.py

branch
eric7
changeset 10134
08ca9b336a43
parent 10132
66c11ab8fefd
child 10135
36839e2c6945
equal deleted inserted replaced
10133:39d1353996b9 10134:08ca9b336a43
1533 ) 1533 )
1534 1534
1535 self.__sbZoom.valueChanged.connect(self.__zoomTo) 1535 self.__sbZoom.valueChanged.connect(self.__zoomTo)
1536 self.__sbZoom.setValue(0) 1536 self.__sbZoom.setValue(0)
1537 1537
1538 # TODO: add code to select the shell history style
1539 @pyqtSlot(ShellHistoryStyle) 1538 @pyqtSlot(ShellHistoryStyle)
1540 def __historyStyleChanged(self, historyStyle): 1539 def __historyStyleChanged(self, historyStyle):
1541 """ 1540 """
1542 Private slot to handle a change of the shell history style. 1541 Private slot to handle a change of the shell history style.
1543 1542

eric ide

mercurial