QScintilla/Shell.py

changeset 454
d28d558f7484
parent 428
58405c24aa09
child 481
ad71812ba395
equal deleted inserted replaced
453:a81097a85889 454:d28d558f7484
1229 """ 1229 """
1230 self.dbs.startClient(False) 1230 self.dbs.startClient(False)
1231 1231
1232 def __startDebugClient(self, action): 1232 def __startDebugClient(self, action):
1233 """ 1233 """
1234 Private slot to start a debug client accoding to the action triggered. 1234 Private slot to start a debug client accoding to the action triggered[()].
1235 1235
1236 @param action context menu action that was triggered (QAction) 1236 @param action context menu action that was triggered (QAction)
1237 """ 1237 """
1238 language = action.data() 1238 language = action.data()
1239 self.dbs.startClient(False, language) 1239 self.dbs.startClient(False, language)

eric ide

mercurial