##// END OF EJS Templates
token passed to format_lines must be unicode, not str...
token passed to format_lines must be unicode, not str otherwise a TypeError is raised in str.translate, since unicode.translate takes a dict, while str.translate takes a bytestring

File last commit:

r5970:b6bb1663
r6054:e0112c89
Show More
README.md
6 lines | 234 B | text/x-minidsrc | MarkdownLexer

CodeMirror 2

CodeMirror 2 is a rewrite of CodeMirror
1
. The docs live
here, and the project page is
http://codemirror.net/.