src/eric7/Preferences/ConfigurationPages/EditorSearchPage.py

branch
eric7
changeset 10069
435cc5875135
parent 9938
b8005dd4fc9b
child 10135
36839e2c6945
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
88 Preferences.setEditor("SearchRegexpMode", mode) 88 Preferences.setEditor("SearchRegexpMode", mode)
89 89
90 self.saveColours(Preferences.setEditorColour) 90 self.saveColours(Preferences.setEditorColour)
91 91
92 92
93 def create(dlg): 93 def create(dlg): # noqa: U100
94 """ 94 """
95 Module function to create the configuration page. 95 Module function to create the configuration page.
96 96
97 @param dlg reference to the configuration dialog 97 @param dlg reference to the configuration dialog
98 @return reference to the instantiated page (ConfigurationPageBase) 98 @return reference to the instantiated page (ConfigurationPageBase)

eric ide

mercurial