371 """<p>Move the Python internal instruction pointer to the""" |
371 """<p>Move the Python internal instruction pointer to the""" |
372 """ current cursor position without executing the code in""" |
372 """ current cursor position without executing the code in""" |
373 """ between.</p>""" |
373 """ between.</p>""" |
374 """<p>It's not possible to jump out of a function or jump""" |
374 """<p>It's not possible to jump out of a function or jump""" |
375 """ in a code block, e.g. a loop. In these cases, a error""" |
375 """ in a code block, e.g. a loop. In these cases, a error""" |
376 """ message is printed to the log window.<p>""" |
376 """ message is printed to the log window.</p>""" |
377 )) |
377 )) |
378 act.triggered.connect(self.__moveInstructionPointer) |
378 act.triggered.connect(self.__moveInstructionPointer) |
379 self.actions.append(act) |
379 self.actions.append(act) |
380 |
380 |
381 act = E5Action( |
381 act = E5Action( |