Exemple #1
0
 def editor_move_up(self):
     """Move the current line or selection one position up."""
     editorWidget = self.ide.mainContainer.get_actual_editor()
     if editorWidget and editorWidget.hasFocus():
         helpers.move_up(editorWidget)
Exemple #2
0
 def editor_move_up(self):
     """Move the current line or selection one position up."""
     editorWidget = self.get_current_editor()
     if editorWidget and editorWidget.hasFocus():
         helpers.move_up(editorWidget)
Exemple #3
0
 def editor_move_up(self):
     """Move the current line or selection one position up."""
     editorWidget = self.get_current_editor()
     if editorWidget and editorWidget.hasFocus():
         helpers.move_up(editorWidget)
Exemple #4
0
 def editor_move_up(self):
     """Move the current line or selection one position up."""
     editorWidget = self.ide.mainContainer.get_actual_editor()
     if editorWidget and editorWidget.hasFocus():
         helpers.move_up(editorWidget)
Exemple #5
0
 def editor_move_up(self):
     editorWidget = self.ide.mainContainer.get_actual_editor()
     if editorWidget:
         helpers.move_up(editorWidget)
Exemple #6
0
 def editor_move_up(self):
     editorWidget = self.ide.mainContainer.get_actual_editor()
     if editorWidget:
         helpers.move_up(editorWidget)