Ejemplo n.º 1
0
 def editor_move_down(self):
     """Move the current line or selection one position down."""
     editorWidget = self.ide.mainContainer.get_actual_editor()
     if editorWidget and editorWidget.hasFocus():
         helpers.move_down(editorWidget)
Ejemplo n.º 2
0
 def editor_move_down(self):
     """Move the current line or selection one position down."""
     editorWidget = self.get_current_editor()
     if editorWidget and editorWidget.hasFocus():
         helpers.move_down(editorWidget)
Ejemplo n.º 3
0
 def editor_move_down(self):
     """Move the current line or selection one position down."""
     editorWidget = self.get_current_editor()
     if editorWidget and editorWidget.hasFocus():
         helpers.move_down(editorWidget)
Ejemplo n.º 4
0
 def editor_move_down(self):
     """Move the current line or selection one position down."""
     editorWidget = self.ide.mainContainer.get_actual_editor()
     if editorWidget and editorWidget.hasFocus():
         helpers.move_down(editorWidget)
Ejemplo n.º 5
0
 def editor_move_down(self):
     editorWidget = self.ide.mainContainer.get_actual_editor()
     if editorWidget:
         helpers.move_down(editorWidget)
Ejemplo n.º 6
0
 def editor_move_down(self):
     editorWidget = self.ide.mainContainer.get_actual_editor()
     if editorWidget:
         helpers.move_down(editorWidget)