src/eric7/Preferences/ConfigurationPages/EditorAutocompletionPage.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
equal deleted inserted replaced
10682:47be220abdaf 10683:779cda568acb
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()

eric ide

mercurial