- Sep 21, 2015
-
-
Marijn Haverbeke authored
I don't much care anymore, might move to semicolon-free style in future
-
Marijn Haverbeke authored
So that the xu/msgenny modes can be dynamically loaded from meta.js Issue #3523
-
sverweij authored
-
Marijn Haverbeke authored
Issue #3496
-
Dave Brondsema authored
-
Marijn Haverbeke authored
Issue #3542
-
melpon authored
In C++14, the single-quote character may be used arbitrarily as a digit separator in numeric literals.
-
Vincent Woo authored
-
Marijn Haverbeke authored
Closes #3538
-
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
-
Marijn Haverbeke authored
Issue #3535
-
- Sep 17, 2015
-
-
Marijn Haverbeke authored
-
Wes Cossick authored
-
Marijn Haverbeke authored
Issue #3518
-
Stephen Lavelle authored
Right now if you have a selection, and you enter a bracket/quote, surrounds it with quotation marks, and selects the entire quote. This change should change the behaviour to selecting the interior of the quote instead. The motivating example for me was autocomplete, where after autocompleting a function the arguments are selected, so if you want to insert a string literal right now you have to delete the selection before you can enter the quotes. With the proposed fix, it'll be rather more fluid.
-
Anthony Gégo authored
-
Marijn Haverbeke authored
Damaged in 1a56b954
-
Victor Bocharsky authored
For proper syntax highlighting
-
- Sep 11, 2015
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
- Sep 09, 2015
-
-
Marijn Haverbeke authored
Closes #3512
-
Marijn Haverbeke authored
Issue #3516
-
Dave Brondsema authored
Since foo:bar was matching as a regex (as reported in #2521 but still occurring for me), limit URI schemes to those in the CommonMark spec for autolinks http://spec.commonmark.org/0.22/#autolinks
-
Stephen Lavelle authored
Closes #3513 Not 100% sure that this is the best way to deal with this - but if you're in an expression, and encounter what you think is a type, it's probably better to change your assumption and treat it as you would a variable/constant (Because that's what it probably is) rather than to forget everything. I ran the test suite, and it didn't break anything, and the linter, which was quiet.
-
Marijn Haverbeke authored
Issue #3511
-
ramwin1 authored
-
Stephen Lavelle authored
Closes #3504 (not *totally* confident about its correctness, but it looks like a plausible fix, and seems to work ok)
-
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
-