Exemple #1
0
 def editor_insert_horizontal_line(self):
     """Insert an horizontal lines of comment symbols."""
     editorWidget = self.ide.mainContainer.get_actual_editor()
     if editorWidget and editorWidget.hasFocus():
         helpers.insert_horizontal_line(editorWidget)
Exemple #2
0
 def editor_insert_horizontal_line(self):
     """Insert an horizontal lines of comment symbols."""
     editorWidget = self.get_current_editor()
     if editorWidget and editorWidget.hasFocus():
         helpers.insert_horizontal_line(editorWidget)
Exemple #3
0
 def editor_insert_horizontal_line(self):
     """Insert an horizontal lines of comment symbols."""
     editorWidget = self.get_current_editor()
     if editorWidget and editorWidget.hasFocus():
         helpers.insert_horizontal_line(editorWidget)
Exemple #4
0
 def editor_insert_horizontal_line(self):
     """Insert an horizontal lines of comment symbols."""
     editorWidget = self.ide.mainContainer.get_actual_editor()
     if editorWidget and editorWidget.hasFocus():
         helpers.insert_horizontal_line(editorWidget)
Exemple #5
0
 def editor_insert_horizontal_line(self):
     editorWidget = self.ide.mainContainer.get_actual_editor()
     if editorWidget:
         helpers.insert_horizontal_line(editorWidget)
Exemple #6
0
 def editor_insert_horizontal_line(self):
     editorWidget = self.ide.mainContainer.get_actual_editor()
     if editorWidget:
         helpers.insert_horizontal_line(editorWidget)