src/eric7/Preferences/ConfigurationPages/MimeTypesPage.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10428
a071d4065202
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
100 self.textFilePatternsList.setList( 100 self.textFilePatternsList.setList(
101 Preferences.Prefs.uiDefaults["TextFilePatterns"] 101 Preferences.Prefs.uiDefaults["TextFilePatterns"]
102 ) 102 )
103 103
104 104
105 def create(dlg): 105 def create(dlg): # noqa: U100
106 """ 106 """
107 Module function to create the configuration page. 107 Module function to create the configuration page.
108 108
109 @param dlg reference to the configuration dialog 109 @param dlg reference to the configuration dialog
110 @return reference to the instantiated page (ConfigurationPageBase) 110 @return reference to the instantiated page (ConfigurationPageBase)

eric ide

mercurial