Preferences/ConfigurationPages/EditorSyntaxPage.py

changeset 2964
84b65fb9e780
parent 2907
108abcc64724
child 3025
67064c71df21
child 3057
10516539f238
equal deleted inserted replaced
2963:745d38097b7f 2964:84b65fb9e780
62 def create(dlg): 62 def create(dlg):
63 """ 63 """
64 Module function to create the configuration page. 64 Module function to create the configuration page.
65 65
66 @param dlg reference to the configuration dialog 66 @param dlg reference to the configuration dialog
67 @return reference to the instantiated page (ConfigurationPageBase)
67 """ 68 """
68 page = EditorSyntaxPage() 69 page = EditorSyntaxPage()
69 return page 70 return page

eric ide

mercurial