src/eric7/Preferences/ConfigurationPages/EditorCalltipsQScintillaPage.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
equal deleted inserted replaced
10682:47be220abdaf 10683:779cda568acb
56 Preferences.setEditor( 56 Preferences.setEditor(
57 "CallTipsStyle", QsciScintilla.CallTipsStyle.CallTipsContext 57 "CallTipsStyle", QsciScintilla.CallTipsStyle.CallTipsContext
58 ) 58 )
59 59
60 60
61 def create(dlg): # noqa: U100 61 def create(_dlg):
62 """ 62 """
63 Module function to create the configuration page. 63 Module function to create the configuration page.
64 64
65 @param dlg reference to the configuration dialog 65 @param _dlg reference to the configuration dialog (unused)
66 @type ConfigurationDialog 66 @type ConfigurationDialog
67 @return reference to the instantiated page 67 @return reference to the instantiated page
68 @rtype ConfigurationPageBase 68 @rtype ConfigurationPageBase
69 """ 69 """
70 page = EditorCalltipsQScintillaPage() 70 page = EditorCalltipsQScintillaPage()

eric ide

mercurial