QScintilla/Terminal.py

branch
5_0_x
changeset 336
e48be003c73b
parent 128
13e96bd0f5a5
child 403
c5bd65142984
equal deleted inserted replaced
334:dc0fc1180a1e 336:e48be003c73b
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