Preferences/ConfigurationPages/DebuggerPython3Page.py

changeset 4575
464a6b049f89
parent 4574
86647045bc03
child 4631
5c1a96925da4
equal deleted inserted replaced
4574:86647045bc03 4575:464a6b049f89
35 " dialog")) 35 " dialog"))
36 36
37 self.debugClientPicker.setMode(E5PathPickerModes.OpenFileMode) 37 self.debugClientPicker.setMode(E5PathPickerModes.OpenFileMode)
38 self.debugClientPicker.setToolTip(self.tr( 38 self.debugClientPicker.setToolTip(self.tr(
39 "Press to select the Debug Client via a file selection dialog")) 39 "Press to select the Debug Client via a file selection dialog"))
40 self.debugClientPicker.setFilters(self.tr("Python Files (*.py *.py3)"))
40 41
41 # set initial values 42 # set initial values
42 self.interpreterPicker.setText( 43 self.interpreterPicker.setText(
43 Preferences.getDebugger("Python3Interpreter")) 44 Preferences.getDebugger("Python3Interpreter"))
44 dct = Preferences.getDebugger("DebugClientType3") 45 dct = Preferences.getDebugger("DebugClientType3")

eric ide

mercurial