##// END OF EJS Templates
Add linewrapping to text cells (new feature in CodeMirror).
Fernando Perez -
Show More
@@ -34,6 +34,7 b' var IPython = (function (IPython) {'
34 theme: 'default',
34 theme: 'default',
35 value: this.placeholder,
35 value: this.placeholder,
36 readOnly: this.read_only,
36 readOnly: this.read_only,
37 lineWrapping : true,
37 onKeyEvent: $.proxy(this.handle_codemirror_keyevent,this)
38 onKeyEvent: $.proxy(this.handle_codemirror_keyevent,this)
38 });
39 });
39 // The tabindex=-1 makes this div focusable.
40 // The tabindex=-1 makes this div focusable.
General Comments 0
You need to be logged in to leave comments. Login now