Esempio n. 1
0
 def editor_insert_title_comment(self):
     """Insert a Title surrounded by comment symbols."""
     editorWidget = self.ide.mainContainer.get_actual_editor()
     if editorWidget and editorWidget.hasFocus():
         helpers.insert_title_comment(editorWidget)
Esempio n. 2
0
 def editor_insert_title_comment(self):
     """Insert a Title surrounded by comment symbols."""
     editorWidget = self.get_current_editor()
     if editorWidget and editorWidget.hasFocus():
         helpers.insert_title_comment(editorWidget)
Esempio n. 3
0
 def editor_insert_title_comment(self):
     """Insert a Title surrounded by comment symbols."""
     editorWidget = self.get_current_editor()
     if editorWidget and editorWidget.hasFocus():
         helpers.insert_title_comment(editorWidget)
Esempio n. 4
0
 def editor_insert_title_comment(self):
     """Insert a Title surrounded by comment symbols."""
     editorWidget = self.ide.mainContainer.get_actual_editor()
     if editorWidget and editorWidget.hasFocus():
         helpers.insert_title_comment(editorWidget)
Esempio n. 5
0
 def editor_insert_title_comment(self):
     editorWidget = self.ide.mainContainer.get_actual_editor()
     if editorWidget:
         helpers.insert_title_comment(editorWidget)
Esempio n. 6
0
 def editor_insert_title_comment(self):
     editorWidget = self.ide.mainContainer.get_actual_editor()
     if editorWidget:
         helpers.insert_title_comment(editorWidget)