QScintilla/Terminal.py

changeset 335
5ad648828e2e
parent 128
13e96bd0f5a5
child 403
c5bd65142984
equal deleted inserted replaced
333:fd4e4c1d0852 335:5ad648828e2e
379 379
380 def __clearHistory(self): 380 def __clearHistory(self):
381 """ 381 """
382 Private slot to clear the current history. 382 Private slot to clear the current history.
383 """ 383 """
384 self.history.clear() 384 self.history = []
385 385
386 def __selectHistory(self): 386 def __selectHistory(self):
387 """ 387 """
388 Private slot to select a history entry to execute. 388 Private slot to select a history entry to execute.
389 """ 389 """

eric ide

mercurial