- Dec 15, 2015
-
-
McBrainy authored
It took me forever to figure out why vim mode wasn't working, and all because the manual said to set the "keymap" option and not the "keyMap" option. I also added quotes to make it clear that "vim" is a string.
-
- Dec 07, 2015
-
-
Marijn Haverbeke authored
-
- Dec 04, 2015
-
-
Marijn Haverbeke authored
Issue #3682
-
mihailik authored
-
- Nov 25, 2015
-
-
Vincent Woo authored
-
- Nov 23, 2015
-
-
Marijn Haverbeke authored
-
- Oct 20, 2015
-
-
Marijn Haverbeke authored
-
Basarat Ali Syed authored
-
- Oct 16, 2015
-
-
Vincent Woo authored
-
- Oct 03, 2015
-
-
Martin Laine authored
-
- Oct 02, 2015
-
-
amshali@google.com authored
-
Marijn Haverbeke authored
Make it actually work, document it, declare the option, make sure the code runs on pre-ES5 browsers. Issue #3550
-
- Sep 22, 2015
-
-
Marijn Haverbeke authored
Issue #3525
-
Marijn Haverbeke authored
-
- Sep 21, 2015
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
So that the xu/msgenny modes can be dynamically loaded from meta.js Issue #3523
-
- Sep 09, 2015
-
-
Marijn Haverbeke authored
Closes #3512
-
Marijn Haverbeke authored
Issue #3511
-
ramwin1 authored
-
- Sep 01, 2015
-
-
anthonygego authored
-
Marijn Haverbeke authored
Issue #3487
-
- Aug 27, 2015
-
-
Marijn Haverbeke authored
Issue #3462
-
- 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
-
- Aug 12, 2015
-
-
Marijn Haverbeke authored
-
- Aug 06, 2015
-
-
Marijn Haverbeke authored
-
- Jul 28, 2015
-
-
Richard Denton authored
-
- Jul 27, 2015
-
-
Marijn Haverbeke authored
-
Amin Shali authored
... and export (via defineExtension) a method to explicitly trigger linting from user code.
-
- Jul 20, 2015
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Issue #3395
-
Marijn Haverbeke authored
Issue #3395
-
Marijn Haverbeke authored
Issue #3387
-
- Jul 13, 2015
-
-
Marijn Haverbeke authored
Issue #3372
-
- Jul 10, 2015
-
-
mkaminsky11 authored
-