src/eric7/Preferences/ConfigurationPages/EditorKeywordsPage.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
equal deleted inserted replaced
10682:47be220abdaf 10683:779cda568acb
227 "DefaultSets" 227 "DefaultSets"
228 ][:] 228 ][:]
229 self.keywordsEdit.setPlainText(self.__keywords[language]["Sets"][kwSet]) 229 self.keywordsEdit.setPlainText(self.__keywords[language]["Sets"][kwSet])
230 230
231 231
232 def create(dlg): # noqa: U100 232 def create(_dlg):
233 """ 233 """
234 Module function to create the configuration page. 234 Module function to create the configuration page.
235 235
236 @param dlg reference to the configuration dialog 236 @param _dlg reference to the configuration dialog (unused)
237 @type ConfigurationWidget 237 @type ConfigurationWidget
238 @return reference to the instantiated page 238 @return reference to the instantiated page
239 @rtype ConfigurationPageBase 239 @rtype ConfigurationPageBase
240 """ 240 """
241 page = EditorKeywordsPage() 241 page = EditorKeywordsPage()

eric ide

mercurial