- Sep 09, 2015
-
-
Stephen Lavelle authored
Closes #3500 I don't know if 1) there's a way to get haxe to, while in functiondef, for instance, be able to tell the compiler that what it thought was a type name is actually a variable name, and to indent/highlight correctly or 2) there's a way that, assuming it's a type name, to still indent correctly but it is possible to loosen the lexer to accept things marked as types as function names (in functiondef), and this fixes the indentation problem.
-
Matthew Bauer authored
Node's 'mime' package gives me text/coffeescript for this.
-
Dave Brondsema authored
Closes #3343
-
- Sep 04, 2015
-
-
Marijn Haverbeke authored
Closes #3498
-
- Sep 02, 2015
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Closes #2962
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Closes #3245
-
Marijn Haverbeke authored
Issue #3257
-
Marijn Haverbeke authored
Closes #3386
-
Marijn Haverbeke authored
Issue #3431
-
Marijn Haverbeke authored
Issue #3431
-
Marijn Haverbeke authored
Issue #3431
-
Marijn Haverbeke authored
Closes #3458
-
Marijn Haverbeke authored
Issue #2101
-
Marijn Haverbeke authored
Closes #3494
-
- Sep 01, 2015
-
-
Marijn Haverbeke authored
-
Stephen Lavelle authored
Closes #3492
-
anthonygego authored
-
Marijn Haverbeke authored
Issue #3488
-
Marijn Haverbeke authored
Issue #3487
-
- Aug 27, 2015
-
-
David Barnett authored
-
Matt Pass authored
-
Martin Zagora authored
-
Marijn Haverbeke authored
Issue #3462
-
karevn authored
-
Marijn Haverbeke authored
Closes #3475
-
- Aug 25, 2015
-
-
Marijn Haverbeke authored
Closes #3476
-
- Aug 24, 2015
-
-
Marijn Haverbeke authored
Issue #3474
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
David Barnett authored
Closes #3470
-
Dominator008 authored
-
Beni Cherniavsky-Paskin authored
More than once people have asked questions expecting markdown mode to support GFisms and were simply not aware of gfm mode existance. Hopefully this will make it more discoverable.
-
Vincent Woo authored
Fixes #3449
-
- Aug 20, 2015
-
-
Marijn Haverbeke authored
And remove some unused state properties
-
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
-