Please close this issue, linewrapping works fine in CodeMirror. It turned out the problem was a custom jquery wrapper for the control that doesn't take the lineWrapper into account. I assumed the jquery wrapper came out of the box with the CodeMirror script.
Original issue
Linewrapping does not seem to work in the current version of CodeMirror
Blame the jQuery plug-in, I guess. The editor's support for line wrapping is definitely still working. See http://codemirror.net/demo/folding.html , which has line wrapping enabled.
Please close this issue, linewrapping works fine in CodeMirror. It turned out the problem was a custom jquery wrapper for the control that doesn't take the lineWrapper into account. I assumed the jquery wrapper came out of the box with the CodeMirror script.
Original issue
Linewrapping does not seem to work in the current version of CodeMirror
The output:
The javascript call:
Tested in release 3.1 and 3.11 of CodeMirror Tested in IE 9 and and Chrome v25 on Windows 7