QScintilla/Shell.py

branch
5_5_x
changeset 3694
26c86273e01d
parent 3631
2f5169646a4a
equal deleted inserted replaced
3689:5b41082e849c 3694:26c86273e01d
1445 self.dbs.startClient(False) 1445 self.dbs.startClient(False)
1446 1446
1447 def __startDebugClient(self, action): 1447 def __startDebugClient(self, action):
1448 """ 1448 """
1449 Private slot to start a debug client according to the action 1449 Private slot to start a debug client according to the action
1450 triggered[()]. 1450 triggered.
1451 1451
1452 @param action context menu action that was triggered (QAction) 1452 @param action context menu action that was triggered (QAction)
1453 """ 1453 """
1454 language = action.data() 1454 language = action.data()
1455 self.dbs.startClient(False, language) 1455 self.dbs.startClient(False, language)

eric ide

mercurial