src/eric7/Preferences/ConfigurationPages/EditorSearchPage.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
equal deleted inserted replaced
10682:47be220abdaf 10683:779cda568acb
114 Preferences.setEditor("SearchRegexpMode", mode) 114 Preferences.setEditor("SearchRegexpMode", mode)
115 115
116 self.saveColours(Preferences.setEditorColour) 116 self.saveColours(Preferences.setEditorColour)
117 117
118 118
119 def create(dlg): # noqa: U100 119 def create(_dlg):
120 """ 120 """
121 Module function to create the configuration page. 121 Module function to create the configuration page.
122 122
123 @param dlg reference to the configuration dialog 123 @param _dlg reference to the configuration dialog (unused)
124 @type ConfigurationDialog 124 @type ConfigurationDialog
125 @return reference to the instantiated page 125 @return reference to the instantiated page
126 @rtype ConfigurationPageBase 126 @rtype ConfigurationPageBase
127 """ 127 """
128 page = EditorSearchPage() 128 page = EditorSearchPage()

eric ide

mercurial