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