- Feb 28, 2016
-
-
Marijn Haverbeke authored
-
geowarin authored
When hovering a line with multiple lint annotations, codeMirror will now show all the attached markers instead of just the first one
-
Marijn Haverbeke authored
Closes #3847
-
- Feb 16, 2016
-
-
Steve Champagne authored
-
- Feb 03, 2016
-
-
Steffen Bruchmann authored
This patch enables styling of active line numbers by adding a `CodeMirror-activeline-gutter` class to the line's gutter space.
-
- Feb 02, 2016
-
-
Marijn Haverbeke authored
Closes #3802
-
- Jan 12, 2016
-
-
Arnab Bose authored
When enabled, and the annotatescrollbar addon is loaded, matches will be shown on the scrollbar.
-
- Jan 08, 2016
-
-
Marijn Haverbeke authored
Since the viewport info isn't updated until the redraw, and the event fires before the redraw. See https://discuss.codemirror.net/t/whats-wrong-fold-gutters-do-not-show-up-after-swapdoc-call/580
-
- Dec 26, 2015
-
-
Marijn Haverbeke authored
Issue #3733
-
- Dec 16, 2015
-
-
mihailik authored
To avoid IE8 parser issue.
-
Marijn Haverbeke authored
Issue #3636 Issue #3698
-
- Dec 15, 2015
-
-
Marijn Haverbeke authored
Closes #3703
-
Marijn Haverbeke authored
So that tiny mouse motions don't keep resetting the selected item Closes #3698
-
- Dec 07, 2015
-
-
mihailik authored
-
- Dec 04, 2015
-
-
Marijn Haverbeke authored
Issue #3682
-
mihailik authored
-
- Dec 01, 2015
-
-
jochenberger authored
-
- Nov 26, 2015
-
-
Erik Welander authored
-
- Nov 25, 2015
-
-
Erik Welander authored
-
- Nov 21, 2015
-
-
Marijn Haverbeke authored
Closes #3651
-
- Nov 12, 2015
-
-
Marijn Haverbeke authored
Make this the default Issue #3636
-
Stu Kennedy authored
Moving the mouse will change the selected hint option
-
- Nov 07, 2015
-
-
Marijn Haverbeke authored
So that the annotations still make sense when scrollPastEnd is enabled Closes #3630
-
- Oct 29, 2015
-
-
Basarat Ali Syed authored
-
- Oct 28, 2015
-
-
Marijn Haverbeke authored
-
- Oct 27, 2015
-
-
Marijn Haverbeke authored
Issue ternjs/tern#668
-
- Oct 20, 2015
-
-
Marijn Haverbeke authored
Since collapsing might move previously hidden code into the viewport Issue #3599
-
- Oct 19, 2015
-
-
Marijn Haverbeke authored
Issue #3593
-
- Oct 16, 2015
-
-
Vincent Woo authored
-
- Oct 15, 2015
-
-
Vincent Woo authored
-
- Oct 03, 2015
-
-
Martin Laine authored
-
- Oct 02, 2015
-
-
Marijn Haverbeke authored
Closes #3548
-
- Sep 25, 2015
-
-
Marijn Haverbeke authored
Closes #3549
-
Marijn Haverbeke authored
Issue #3548
-
- Sep 23, 2015
-
-
Marijn Haverbeke authored
Issue #3525
-
- Sep 22, 2015
-
-
Marijn Haverbeke authored
Issue #3525
-
- Sep 21, 2015
-
-
Marijn Haverbeke authored
Closes #3538
-
- Sep 17, 2015
-
-
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.
-
- Sep 11, 2015
-
-
Marijn Haverbeke authored
-