Show More
@@ -41,7 +41,6 b' var IPython = (function (IPython) {' | |||||
41 | mode: 'python', |
|
41 | mode: 'python', | |
42 | theme: 'ipython', |
|
42 | theme: 'ipython', | |
43 | readOnly: this.read_only, |
|
43 | readOnly: this.read_only, | |
44 | onUpdate: $.proxy(function(){this.set_input_prompt()},this), |
|
|||
45 | extraKeys: {"Tab": "indentMore","Shift-Tab" : "indentLess",'Backspace':"delSpaceToPrevTabStop"}, |
|
44 | extraKeys: {"Tab": "indentMore","Shift-Tab" : "indentLess",'Backspace':"delSpaceToPrevTabStop"}, | |
46 | onKeyEvent: $.proxy(this.handle_codemirror_keyevent,this) |
|
45 | onKeyEvent: $.proxy(this.handle_codemirror_keyevent,this) | |
47 | }); |
|
46 | }); |
General Comments 0
You need to be logged in to leave comments.
Login now