Preferences/ConfigurationPages/PythonPage.py

changeset 3025
67064c71df21
parent 2964
84b65fb9e780
child 3058
0a02c433f52d
child 3160
209a07d7e401
equal deleted inserted replaced
3024:17c01303a239 3025:67064c71df21
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 """

eric ide

mercurial