src/eric7/Preferences/ConfigurationPages/EditorGeneralPage.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10135
36839e2c6945
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
268 language, tabWidth, indentWidth = dlg.getData() 268 language, tabWidth, indentWidth = dlg.getData()
269 itm.setText(1, "{0:2d}".format(tabWidth)) 269 itm.setText(1, "{0:2d}".format(tabWidth))
270 itm.setText(2, "{0:2d}".format(indentWidth)) 270 itm.setText(2, "{0:2d}".format(indentWidth))
271 271
272 272
273 def create(dlg): 273 def create(dlg): # noqa: U100
274 """ 274 """
275 Module function to create the configuration page. 275 Module function to create the configuration page.
276 276
277 @param dlg reference to the configuration dialog 277 @param dlg reference to the configuration dialog
278 @return reference to the instantiated page (ConfigurationPageBase) 278 @return reference to the instantiated page (ConfigurationPageBase)

eric ide

mercurial