Show More
@@ -42,7 +42,8 b' var IPython = (function (IPython) {' | |||
|
42 | 42 | theme: 'ipython', |
|
43 | 43 | readOnly: this.read_only, |
|
44 | 44 | extraKeys: {"Tab": "indentMore","Shift-Tab" : "indentLess",'Backspace':"delSpaceToPrevTabStop"}, |
|
45 | onKeyEvent: $.proxy(this.handle_codemirror_keyevent,this) | |
|
45 | onKeyEvent: $.proxy(this.handle_codemirror_keyevent,this), | |
|
46 | matchBrackets: true | |
|
46 | 47 | }); |
|
47 | 48 | input.append(input_area); |
|
48 | 49 | var output = $('<div></div>'); |
General Comments 0
You need to be logged in to leave comments.
Login now