eric6/QScintilla/Shell.py

changeset 7378
e44a53a41b5d
parent 7360
9190402e4505
child 7382
df744f939cca
child 7386
3de001de249c
child 7387
2fb33905ff6b
equal deleted inserted replaced
7370:5fb53279f2df 7378:e44a53a41b5d
1042 QApplication.processEvents() 1042 QApplication.processEvents()
1043 1043
1044 self.setFocus() 1044 self.setFocus()
1045 self.inRawMode = True 1045 self.inRawMode = True
1046 self.echoInput = echo 1046 self.echoInput = echo
1047 self.__write(s) 1047 self.__writeQueued(s)
1048 line, col = self.__getEndPos() 1048 line, col = self.__getEndPos()
1049 self.setCursorPosition(line, col) 1049 self.setCursorPosition(line, col)
1050 buf = self.text(line) 1050 buf = self.text(line)
1051 if buf.startswith(sys.ps1): 1051 if buf.startswith(sys.ps1):
1052 buf = buf.replace(sys.ps1, "") 1052 buf = buf.replace(sys.ps1, "")

eric ide

mercurial