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) |