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 |