Preferences/ConfigurationPages/EditorHighlightingStylesPage.py

changeset 2964
84b65fb9e780
parent 2763
e4794166ad70
child 3010
befeff46ec0f
equal deleted inserted replaced
2963:745d38097b7f 2964:84b65fb9e780
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

eric ide

mercurial