src/eric7/Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10428
a071d4065202
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
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): 73 def create(dlg): # noqa: U100
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
78 @return reference to the instantiated page (ConfigurationPageBase) 78 @return reference to the instantiated page (ConfigurationPageBase)

eric ide

mercurial