Exemple #1
0
 def editor_uncomment(self):
     """Uncomment the current line or selection."""
     editorWidget = self.ide.mainContainer.get_actual_editor()
     if editorWidget and editorWidget.hasFocus():
         helpers.uncomment(editorWidget)
Exemple #2
0
 def editor_uncomment(self):
     """Uncomment the current line or selection."""
     editorWidget = self.get_current_editor()
     if editorWidget and editorWidget.hasFocus():
         helpers.uncomment(editorWidget)
Exemple #3
0
 def editor_uncomment(self):
     """Uncomment the current line or selection."""
     editorWidget = self.get_current_editor()
     if editorWidget and editorWidget.hasFocus():
         helpers.uncomment(editorWidget)
Exemple #4
0
 def editor_uncomment(self):
     """Uncomment the current line or selection."""
     editorWidget = self.ide.mainContainer.get_actual_editor()
     if editorWidget and editorWidget.hasFocus():
         helpers.uncomment(editorWidget)