- Sep 30, 2015
-
-
Marijn Haverbeke authored
Which was (possibly accidentally) dropped in the input style overhaul. Closes #3555
-
- Sep 21, 2015
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Which wasn't taken into account in this input backend at all, up to this point. See http://discuss.codemirror.net/t/read-only-support-in-mobile-safari/470/1
-
- Sep 02, 2015
-
-
Marijn Haverbeke authored
Issue #3257
-
Marijn Haverbeke authored
Issue #2101
-
- Aug 24, 2015
-
-
Marijn Haverbeke authored
Issue #3474
-
Vincent Woo authored
Fixes #3449
-
- 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 18, 2015
-
-
Marijn Haverbeke authored
Closes #3457
-
- Aug 12, 2015
-
-
Marijn Haverbeke authored
Should reduce the indentation issues after long lines Issue #3443
-
- Aug 06, 2015
-
-
Marijn Haverbeke authored
Issue #3434
-
Vincent Woo authored
Also some general improvements to material.css and solarized.css
-
- Jul 31, 2015
-
-
Philip Stadermann authored
-
- Jul 30, 2015
-
-
Marijn Haverbeke authored
Closes #2645
-
- Jul 25, 2015
-
-
Marijn Haverbeke authored
Closes #3410
-
- Jul 21, 2015
-
-
Marijn Haverbeke authored
Issue #3401
-
- Jul 20, 2015
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Issue #3395
-
Marijn Haverbeke authored
Issue #3395
-
Vincent Woo authored
-
- Jul 17, 2015
-
-
Sungho Kim authored
-
- Jul 15, 2015
-
-
Marijn Haverbeke authored
When something is redraw, we definitely need to do the consistency- ensuring that is done by a display update. Issue #3387
-
- Jul 13, 2015
-
-
Marijn Haverbeke authored
Issue #3357
-
Marijn Haverbeke authored
Issue #3369
-
Marijn Haverbeke authored
Closes #3361
-
- Jun 26, 2015
-
-
Marijn Haverbeke authored
So that selection inside widgets isn't affected Issue #3342
-
Marijn Haverbeke authored
-
- Jun 25, 2015
-
-
Marijn Haverbeke authored
-
- Jun 16, 2015
-
-
Marijn Haverbeke authored
-
- Jun 15, 2015
-
-
Marijn Haverbeke authored
So that they don't end up overriding more specific styles. Issue #3325
-
- Jun 11, 2015
-
-
Marijn Haverbeke authored
Issue #3316
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Get rid of webkit paste bug workaround again, since recent webkits all support the clipboard API. Issue #3031
-
- May 26, 2015
-
-
Marijn Haverbeke authored
It can, if the selection is changed in that narrow window, cause bogus deletion of the selection. Issue #3273
-
- May 20, 2015
-
-
Marijn Haverbeke authored
-