561 self.actions.append(self.dbgPrevBpAct) |
561 self.actions.append(self.dbgPrevBpAct) |
562 |
562 |
563 act = E5Action( |
563 act = E5Action( |
564 self.tr('Clear Breakpoints'), |
564 self.tr('Clear Breakpoints'), |
565 self.tr('Clear Breakpoints'), |
565 self.tr('Clear Breakpoints'), |
566 QKeySequence( |
566 0, 0, |
567 self.tr("Ctrl+Shift+C", "Debug|Clear Breakpoints")), 0, |
|
568 self.dbgSetBpActGrp, 'dbg_clear_breakpoint') |
567 self.dbgSetBpActGrp, 'dbg_clear_breakpoint') |
569 act.setStatusTip(self.tr('Clear Breakpoints')) |
568 act.setStatusTip(self.tr('Clear Breakpoints')) |
570 act.setWhatsThis(self.tr( |
569 act.setWhatsThis(self.tr( |
571 """<b>Clear Breakpoints</b>""" |
570 """<b>Clear Breakpoints</b>""" |
572 """<p>Clear breakpoints of all editors.</p>""" |
571 """<p>Clear breakpoints of all editors.</p>""" |