src/eric7/Preferences/ConfigurationPages/EditorTypingPage.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10199
2cd5ff8e0e0f
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
254 except KeyError: 254 except KeyError:
255 index = self.pageIds[" "] 255 index = self.pageIds[" "]
256 self.stackedWidget.setCurrentIndex(index) 256 self.stackedWidget.setCurrentIndex(index)
257 257
258 258
259 def create(dlg): 259 def create(dlg): # noqa: U100
260 """ 260 """
261 Module function to create the configuration page. 261 Module function to create the configuration page.
262 262
263 @param dlg reference to the configuration dialog 263 @param dlg reference to the configuration dialog
264 @return reference to the instantiated page (ConfigurationPageBase) 264 @return reference to the instantiated page (ConfigurationPageBase)

eric ide

mercurial