Preferences/ConfigurationPages/EditorPropertiesPage.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 2964
84b65fb9e780
child 3058
0a02c433f52d
equal deleted inserted replaced
3056:9986ec0e559a 3057:10516539f238
474 def create(dlg): 474 def create(dlg):
475 """ 475 """
476 Module function to create the configuration page. 476 Module function to create the configuration page.
477 477
478 @param dlg reference to the configuration dialog 478 @param dlg reference to the configuration dialog
479 @return reference to the instantiated page (ConfigurationPageBase)
479 """ 480 """
480 page = EditorPropertiesPage(dlg.getLexers()) 481 page = EditorPropertiesPage(dlg.getLexers())
481 return page 482 return page

eric ide

mercurial