QScintilla/Shell.py

changeset 3693
983904b9568f
parent 3656
441956d8fce5
child 3778
0c5bc18da740
equal deleted inserted replaced
3692:a934139966a0 3693:983904b9568f
1446 self.dbs.startClient(False) 1446 self.dbs.startClient(False)
1447 1447
1448 def __startDebugClient(self, action): 1448 def __startDebugClient(self, action):
1449 """ 1449 """
1450 Private slot to start a debug client according to the action 1450 Private slot to start a debug client according to the action
1451 triggered[()]. 1451 triggered.
1452 1452
1453 @param action context menu action that was triggered (QAction) 1453 @param action context menu action that was triggered (QAction)
1454 """ 1454 """
1455 language = action.data() 1455 language = action.data()
1456 self.dbs.startClient(False, language) 1456 self.dbs.startClient(False, language)

eric ide

mercurial