- Aug 20, 2015
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
* Fix bug where you could paste into a `readOnly` editor * Show a cursor at the drop location when dragging over the editor * The [Rust mode](http://codemirror.net/mode/rust/index.html) was rewritten to handle modern Rust * The editor and theme CSS was cleaned up. Some selectors are now less specific than before * New theme: [abcdef](http://codemirror.net/demo/theme.html#abcdef) * Lines longer than [`maxHighlightLength`](http://codemirror.net/doc/manual.html#option_maxHighlightLength) are now less likely to mess up indentation * New addons: [`autorefresh`](http://codemirror.net/doc/manual.html#addon_autorefresh) for refreshing an editor the first time it becomes visible, and `html-lint` for using [HTMLHint](http://htmlhint.com/) * The [`search`](http://codemirror.net/doc/manual.html#addon_search) addon now recognizes `\r` and `\n` in pattern and replacement input
-
- Aug 19, 2015
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Closes #3456
-
- Aug 18, 2015
-
-
Marijn Haverbeke authored
-
Michael authored
-
Marijn Haverbeke authored
Closes #3457
-
- Aug 14, 2015
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
- Aug 13, 2015
-
-
Andres Taylor authored
-
Marijn Haverbeke authored
-
- Aug 12, 2015
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Should reduce the indentation issues after long lines Issue #3443
-
Rrandom authored
-
Allen Sarkisyan authored
- Provide custom list through CodeMirror hintOptions to kickoff autocompletion for domain specific usage.
-
Marijn Haverbeke authored
Since the library is completely oblivious to module loaders Issue #3447
-
- Aug 07, 2015
-
-
Dmitry Kiselyov authored
For example: body color $red .content color #000 The .content was highlighted as the variable-2
-
Rrandom authored
-
Marijn Haverbeke authored
Issue #3438
-
Se-Won Kim authored
-
Joseph Pecoraro authored
Closes #3417
-
- Aug 06, 2015
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Amin Shali authored
-
Marijn Haverbeke authored
Issue #3434
-
Vincent Woo authored
Also some general improvements to material.css and solarized.css
-
Amin Shali authored
-
Marijn Haverbeke authored
-
- Aug 03, 2015
-
-
Marijn Haverbeke authored
Don't treat backslashes specially inside of them Closes #3428
-
Vincent Woo authored
-
Vincent Woo authored
-
Vincent Woo authored
-
Vincent Woo authored
-
Marijn Haverbeke authored
Issue #3423
-
Marijn Haverbeke authored
-
Rrandom authored
-
- Jul 31, 2015
-
-
Anders Wåglund authored
-
Philip Stadermann authored
-
Dmitry Kiselyov authored
-