Preferences/ConfigurationPages/DebuggerRubyPage.py

changeset 3025
67064c71df21
parent 3010
befeff46ec0f
child 3058
0a02c433f52d
child 3160
209a07d7e401
equal deleted inserted replaced
3024:17c01303a239 3025:67064c71df21
42 42
43 def save(self): 43 def save(self):
44 """ 44 """
45 Public slot to save the Debugger Ruby configuration. 45 Public slot to save the Debugger Ruby configuration.
46 """ 46 """
47 Preferences.setDebugger("RubyInterpreter", 47 Preferences.setDebugger(
48 "RubyInterpreter",
48 self.rubyInterpreterEdit.text()) 49 self.rubyInterpreterEdit.text())
49 Preferences.setDebugger("RubyRedirect", 50 Preferences.setDebugger(
51 "RubyRedirect",
50 self.rbRedirectCheckBox.isChecked()) 52 self.rbRedirectCheckBox.isChecked())
51 53
52 @pyqtSlot() 54 @pyqtSlot()
53 def on_rubyInterpreterButton_clicked(self): 55 def on_rubyInterpreterButton_clicked(self):
54 """ 56 """

eric ide

mercurial