src/eric7/Preferences/ConfigurationPages/EditorSpellCheckingPage.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10428
a071d4065202
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
120 "AutoSpellCheckingEnabled", self.enabledCheckBox.isChecked() 120 "AutoSpellCheckingEnabled", self.enabledCheckBox.isChecked()
121 ) 121 )
122 Preferences.setEditor("AutoSpellCheckChunkSize", self.chunkSizeSpinBox.value()) 122 Preferences.setEditor("AutoSpellCheckChunkSize", self.chunkSizeSpinBox.value())
123 123
124 124
125 def create(dlg): 125 def create(dlg): # noqa: U100
126 """ 126 """
127 Module function to create the configuration page. 127 Module function to create the configuration page.
128 128
129 @param dlg reference to the configuration dialog 129 @param dlg reference to the configuration dialog
130 @return reference to the instantiated page (ConfigurationPageBase) 130 @return reference to the instantiated page (ConfigurationPageBase)

eric ide

mercurial