- Oct 02, 2015
-
-
Marijn Haverbeke authored
Closes #3548
-
- Sep 30, 2015
-
-
Marijn Haverbeke authored
Which was (possibly accidentally) dropped in the input style overhaul. Closes #3555
-
- Sep 25, 2015
-
-
Marijn Haverbeke authored
Closes #3549
-
Marijn Haverbeke authored
Issue #3548
-
Marijn Haverbeke authored
Issue #3548
-
- Sep 23, 2015
-
-
Marijn Haverbeke authored
Issue #3525
-
- Sep 22, 2015
-
-
Marijn Haverbeke authored
Issue #3525
-
Marijn Haverbeke authored
-
satamas authored
-
- Sep 21, 2015
-
-
Marijn Haverbeke authored
Issue #3536
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
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
-