2963:745d38097b7f | 2964:84b65fb9e780 |
---|---|
472 def create(dlg): | 472 def create(dlg): |
473 """ | 473 """ |
474 Module function to create the configuration page. | 474 Module function to create the configuration page. |
475 | 475 |
476 @param dlg reference to the configuration dialog | 476 @param dlg reference to the configuration dialog |
477 @return reference to the instantiated page (ConfigurationPageBase) | |
477 """ | 478 """ |
478 page = EditorPropertiesPage(dlg.getLexers()) | 479 page = EditorPropertiesPage(dlg.getLexers()) |
479 return page | 480 return page |