- Nov 18, 2015
-
-
Marijn Haverbeke authored
Closes #3652
-
- Oct 30, 2015
-
-
Marijn Haverbeke authored
We now disable pointer events on them (again) and temporarily re-enable those when scrolling. Fixes a problem where you could not click to put the cursor 'under' the hidden scrollbar areas at the right and bottom. Issue #2326
-
- Oct 27, 2015
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
- Oct 20, 2015
-
-
Marijn Haverbeke authored
-
- Oct 15, 2015
-
-
Marijn Haverbeke authored
... using the type option. Closes #3600
-
- Oct 09, 2015
-
-
peter authored
-
- Oct 07, 2015
-
-
S. Chris Colbert authored
-
- Oct 02, 2015
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Issue #3550
-
Marijn Haverbeke authored
Make it actually work, document it, declare the option, make sure the code runs on pre-ES5 browsers. Issue #3550
-
Wes Cossick authored
-
- 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
-