src/eric7/Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
equal deleted inserted replaced
10682:47be220abdaf 10683:779cda568acb
68 Preferences.setEditor( 68 Preferences.setEditor(
69 "AutoCompletionSource", QsciScintilla.AutoCompletionSource.AcsAll 69 "AutoCompletionSource", QsciScintilla.AutoCompletionSource.AcsAll
70 ) 70 )
71 71
72 72
73 def create(dlg): # noqa: U100 73 def create(_dlg):
74 """ 74 """
75 Module function to create the configuration page. 75 Module function to create the configuration page.
76 76
77 @param dlg reference to the configuration dialog 77 @param _dlg reference to the configuration dialog (unused)
78 @type ConfigurationDialog 78 @type ConfigurationDialog
79 @return reference to the instantiated page 79 @return reference to the instantiated page
80 @rtype ConfigurationPageBase 80 @rtype ConfigurationPageBase
81 """ 81 """
82 page = EditorAutocompletionQScintillaPage() 82 page = EditorAutocompletionQScintillaPage()

eric ide

mercurial