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 |