- Dec 15, 2015
-
-
Jim authored
There was a typo in one of the comments (`actuall` vs `actual`).
-
Marijn Haverbeke authored
Issue #3708
-
- Dec 07, 2015
-
-
mihailik authored
Makes sure the selection is not entirely cleared, which causs the on-screen keyboard to get hidden. Disabled for Firefox, where this causes other problems. Issue #3653
-
Marijn Haverbeke authored
-
- Nov 25, 2015
-
-
Marijn Haverbeke authored
Which is kind of arbitrary but seems to give less surprising results. Issue #3658
-
- Nov 24, 2015
-
-
Marijn Haverbeke authored
The code is now clearer, and will prefer the nearer end of the atomic range as long as that means there is still progress (i.e. the cursor does not get stuck). Issue #3658
-
Marijn Haverbeke authored
Closes #3665
-
- Nov 23, 2015
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
- 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
-