110 ) |
110 ) |
111 Preferences.setEditor("AutoCompletionMaxLines", self.acLinesSlider.value()) |
111 Preferences.setEditor("AutoCompletionMaxLines", self.acLinesSlider.value()) |
112 Preferences.setEditor("AutoCompletionMaxChars", self.acCharSlider.value()) |
112 Preferences.setEditor("AutoCompletionMaxChars", self.acCharSlider.value()) |
113 |
113 |
114 |
114 |
115 def create(dlg): # noqa: U100 |
115 def create(_dlg): |
116 """ |
116 """ |
117 Module function to create the configuration page. |
117 Module function to create the configuration page. |
118 |
118 |
119 @param dlg reference to the configuration dialog |
119 @param _dlg reference to the configuration dialog (unused) |
120 @type ConfigurationDialog |
120 @type ConfigurationDialog |
121 @return reference to the instantiated page |
121 @return reference to the instantiated page |
122 @rtype ConfigurationPageBase |
122 @rtype ConfigurationPageBase |
123 """ |
123 """ |
124 page = EditorAutocompletionPage() |
124 page = EditorAutocompletionPage() |