eric6/Debugger/DebugUI.py

changeset 7899
ecf67e07b6e0
parent 7897
9acc015ea443
child 7903
827d89937c30
equal deleted inserted replaced
7898:1bcd6d4df182 7899:ecf67e07b6e0
378 self.actions.append(act) 378 self.actions.append(act)
379 379
380 act = E5Action( 380 act = E5Action(
381 self.tr('Continue Until'), 381 self.tr('Continue Until'),
382 UI.PixmapCache.getIcon("continueUntil"), 382 UI.PixmapCache.getIcon("continueUntil"),
383 self.tr('Continue &Until'), Qt.SHIFT + Qt.Key_F6, 0, 383 self.tr('Continue &Until'), Qt.CTRL + Qt.Key_F6, 0,
384 self.debugActGrp, 'dbg_continue_until') 384 self.debugActGrp, 'dbg_continue_until')
385 act.setStatusTip(self.tr( 385 act.setStatusTip(self.tr(
386 """Continue running the program from the current line to the""" 386 """Continue running the program from the current line to the"""
387 """ current cursor position or until leaving the current frame""")) 387 """ current cursor position or until leaving the current frame"""))
388 act.setWhatsThis(self.tr( 388 act.setWhatsThis(self.tr(

eric ide

mercurial