55 enc = self.ioEncodingComboBox.currentText() |
55 enc = self.ioEncodingComboBox.currentText() |
56 if not enc: |
56 if not enc: |
57 enc = "utf-8" |
57 enc = "utf-8" |
58 Preferences.setSystem("IOEncoding", enc) |
58 Preferences.setSystem("IOEncoding", enc) |
59 |
59 |
60 Preferences.setDebugger("PythonExtensions", |
60 Preferences.setDebugger( |
|
61 "PythonExtensions", |
61 self.py2ExtensionsEdit.text()) |
62 self.py2ExtensionsEdit.text()) |
62 Preferences.setDebugger("Python3Extensions", |
63 Preferences.setDebugger( |
|
64 "Python3Extensions", |
63 self.py3ExtensionsEdit.text()) |
65 self.py3ExtensionsEdit.text()) |
64 |
66 |
65 |
67 |
66 def create(dlg): |
68 def create(dlg): |
67 """ |
69 """ |