QScintilla/Shell.py

changeset 1056
a3eb3c9a7e4b
parent 945
8cd4d08fa9f6
child 1112
8a7d1b9d18db
equal deleted inserted replaced
1055:885c8d93e6f9 1056:a3eb3c9a7e4b
403 self.buff = "" 403 self.buff = ""
404 self.inContinue = False 404 self.inContinue = False
405 self.inRawMode = False 405 self.inRawMode = False
406 self.echoInput = True 406 self.echoInput = True
407 self.clientCapabilities = 0 407 self.clientCapabilities = 0
408 self.inCommandExecution = False
409 self.interruptCommandExecution = False
408 410
409 def __clientCapabilities(self, cap, clType): 411 def __clientCapabilities(self, cap, clType):
410 """ 412 """
411 Private slot to handle the reporting of the clients capabilities. 413 Private slot to handle the reporting of the clients capabilities.
412 414

eric ide

mercurial