462 def create(dlg): |
462 def create(dlg): |
463 """ |
463 """ |
464 Module function to create the configuration page. |
464 Module function to create the configuration page. |
465 |
465 |
466 @param dlg reference to the configuration dialog |
466 @param dlg reference to the configuration dialog |
|
467 @return reference to the instantiated page (ConfigurationPageBase) |
467 """ |
468 """ |
468 page = EditorHighlightingStylesPage(dlg.getLexers()) |
469 page = EditorHighlightingStylesPage(dlg.getLexers()) |
469 return page |
470 return page |