Preferences/ConfigurationPages/EditorGeneralPage.py

changeset 564
b3d966393ba9
parent 97
c4086afea02b
child 791
9ec2ac20e54e
--- a/Preferences/ConfigurationPages/EditorGeneralPage.py	Sat Sep 04 19:51:19 2010 +0200
+++ b/Preferences/ConfigurationPages/EditorGeneralPage.py	Sat Sep 04 19:51:48 2010 +0200
@@ -25,19 +25,19 @@
         self.setObjectName("EditorGeneralPage")
         
         # set initial values
-        self.tabwidthSlider.setValue(\
+        self.tabwidthSlider.setValue(
             Preferences.getEditor("TabWidth"))
-        self.indentwidthSlider.setValue(\
+        self.indentwidthSlider.setValue(
             Preferences.getEditor("IndentWidth"))
-        self.indentguidesCheckBox.setChecked(\
+        self.indentguidesCheckBox.setChecked(
             Preferences.getEditor("IndentationGuides"))
-        self.tabforindentationCheckBox.setChecked(\
+        self.tabforindentationCheckBox.setChecked(
             Preferences.getEditor("TabForIndentation"))
-        self.tabindentsCheckBox.setChecked(\
+        self.tabindentsCheckBox.setChecked(
             Preferences.getEditor("TabIndents"))
-        self.converttabsCheckBox.setChecked(\
+        self.converttabsCheckBox.setChecked(
             Preferences.getEditor("ConvertTabsOnLoad"))
-        self.autoindentCheckBox.setChecked(\
+        self.autoindentCheckBox.setChecked(
             Preferences.getEditor("AutoIndentation"))
         self.comment0CheckBox.setChecked(
             Preferences.getEditor("CommentColumn0"))
@@ -80,4 +80,4 @@
     @param dlg reference to the configuration dialog
     """
     page = EditorGeneralPage()
-    return page
+    return page
\ No newline at end of file

eric ide

mercurial