Exemple #1
0
 def editor_replace_tabs_with_spaces(self):
     """Replace the Tabs with Spaces in the current editor."""
     editorWidget = self.ide.mainContainer.get_actual_editor()
     if editorWidget:
         helpers.replace_tabs_with_spaces(editorWidget)
Exemple #2
0
 def editor_replace_tabs_with_spaces(self):
     """Replace the Tabs with Spaces in the current editor."""
     editorWidget = self.get_current_editor()
     if editorWidget:
         helpers.replace_tabs_with_spaces(editorWidget)
Exemple #3
0
 def editor_replace_tabs_with_spaces(self):
     """Replace the Tabs with Spaces in the current editor."""
     editorWidget = self.get_current_editor()
     if editorWidget:
         helpers.replace_tabs_with_spaces(editorWidget)
Exemple #4
0
 def editor_replace_tabs_with_spaces(self):
     """Replace the Tabs with Spaces in the current editor."""
     editorWidget = self.ide.mainContainer.get_actual_editor()
     if editorWidget:
         helpers.replace_tabs_with_spaces(editorWidget)
Exemple #5
0
 def editor_replace_tabs_with_spaces(self):
     editorWidget = self.ide.mainContainer.get_actual_editor()
     if editorWidget:
         helpers.replace_tabs_with_spaces(editorWidget)
Exemple #6
0
 def editor_replace_tabs_with_spaces(self):
     editorWidget = self.ide.mainContainer.get_actual_editor()
     if editorWidget:
         helpers.replace_tabs_with_spaces(editorWidget)