eric7/Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.py

branch
eric7
changeset 8593
1d66b6af60ed
parent 8318
962bce857696
child 8881
54e42bc2437a
equal deleted inserted replaced
8592:ab8580937d4b 8593:1d66b6af60ed
64 QsciScintilla.AutoCompletionSource.AcsAPIs) 64 QsciScintilla.AutoCompletionSource.AcsAPIs)
65 elif self.acSourceAllRadioButton.isChecked(): 65 elif self.acSourceAllRadioButton.isChecked():
66 Preferences.setEditor( 66 Preferences.setEditor(
67 "AutoCompletionSource", 67 "AutoCompletionSource",
68 QsciScintilla.AutoCompletionSource.AcsAll) 68 QsciScintilla.AutoCompletionSource.AcsAll)
69 69
70 70
71 def create(dlg): 71 def create(dlg):
72 """ 72 """
73 Module function to create the configuration page. 73 Module function to create the configuration page.
74 74

eric ide

mercurial