Merge pull request #1330 from fperez/linewrap

Add linewrapping to text cells (new feature in CodeMirror).
Brian E. Granger 14 years ago
commit 91745493f1

@ -34,6 +34,7 @@ var IPython = (function (IPython) {
theme: 'default',
value: this.placeholder,
readOnly: this.read_only,
lineWrapping : true,
onKeyEvent: $.proxy(this.handle_codemirror_keyevent,this)
});
// The tabindex=-1 makes this div focusable.

Loading…
Cancel
Save