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