Example #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)
Example #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)
Example #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)
Example #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)
Example #5
0
 def editor_replace_tabs_with_spaces(self):
     editorWidget = self.ide.mainContainer.get_actual_editor()
     if editorWidget:
         helpers.replace_tabs_with_spaces(editorWidget)
Example #6
0
 def editor_replace_tabs_with_spaces(self):
     editorWidget = self.ide.mainContainer.get_actual_editor()
     if editorWidget:
         helpers.replace_tabs_with_spaces(editorWidget)