- Apr 10, 2015
-
-
Marijn Haverbeke authored
-
- Mar 05, 2015
-
-
Marijn Haverbeke authored
Also set CodeMirror-linenumber to nowrap. Works around issue where a rounding error causes the line numbers to wrap in some situations on iOS. Closes #3068
-
- Feb 25, 2015
-
-
Marijn Haverbeke authored
Issue #3098
-
- Feb 20, 2015
-
-
Marijn Haverbeke authored
So that the contenteditable input style doesn't look silly on desktop.
-
Marijn Haverbeke authored
It apparently believes that if the editor's nodes are directly next to each other without margin, the user needs a magnifying glass to pick a cursor position.
-
Marijn Haverbeke authored
Simple things work.
-
- Dec 23, 2014
-
-
Marijn Haverbeke authored
Code that overrides this will break the new scroll model. Issue #2984
-
- Dec 01, 2014
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
And manually compensate for our own scrollbar sizes. This way, we're no longer dependent on the size of our scrollbars being the same as the size of native scrollbars, and can start to think about custom scrollbars.
-
- Nov 12, 2014
-
-
Marijn Haverbeke authored
Also add support for "gutter" in add/removeLineClass.
-
- Oct 30, 2014
-
-
Marijn Haverbeke authored
Issue #2901
-
- Oct 28, 2014
-
-
Marijn Haverbeke authored
And adjust vim mode to use these.
-
- Oct 22, 2014
-
-
Jeremy Parmenter authored
-
- Oct 20, 2014
-
-
Marijn Haverbeke authored
Issue #2884
-
- Sep 18, 2014
-
-
Marijn Haverbeke authored
-
- Sep 03, 2014
-
-
Marijn Haverbeke authored
Issue #2765
-
- Jun 23, 2014
-
-
Marijn Haverbeke authored
Closes #2623
-
Marijn Haverbeke authored
Using the CodeMirror-guttermarker and CodeMirror-guttermarker-subtle CSS classes to give the markers their color. Issue #2602
-
- Jun 20, 2014
-
-
Yunchi Luo authored
-
binny authored
-
- Apr 07, 2014
-
-
Marijn Haverbeke authored
Also fix Erlang mode to not return a non-standard token type. Issue #2435
-
- Mar 20, 2014
-
-
Yunchi Luo authored
-
- Feb 21, 2014
-
-
Marijn Haverbeke authored
-
- Feb 17, 2014
-
-
Marijn Haverbeke authored
This produces saner widths for most elements, and removes the need for the border/fit-width hack on the pre elements. Issue #2256 Conflicts: lib/codemirror.js
-
- Feb 12, 2014
-
-
Marijn Haverbeke authored
Issue #2237
-
- Feb 03, 2014
-
-
Marijn Haverbeke authored
(Border-sizing on the CodeMirror-linenumber class) Issue #2210
-
- Jan 23, 2014
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
- Sep 24, 2013
-
-
Marijn Haverbeke authored
-
- Aug 30, 2013
-
-
Marijn Haverbeke authored
Issue #1060
-
- Aug 23, 2013
-
-
TobiasBg authored
Use 0 instead of 0px, clean-up two line breaks, to fix lint warning; Three empty CSS blocks could also be removed.
-
- Aug 19, 2013
-
-
Marijn Haverbeke authored
Issue #1739
-
- Jul 29, 2013
-
-
Marijn Haverbeke authored
(Even when the widest-line heuristic goes wrong.)
-
- Jun 03, 2013
-
-
Marijn Haverbeke authored
-
- May 13, 2013
-
-
Marijn Haverbeke authored
This prevents it from being repainted whenever the height of the inner editor briefly changes during a repaint. (At least, it does on Webkit). Issue #1514
-
- May 04, 2013
-
-
Randy Edmunds authored
-
- Apr 25, 2013
-
-
Marijn Haverbeke authored
This prevents gutters from suddenly moving below each other as the editor is scroller horizontally.
-
- Mar 21, 2013
-
-
Marijn Haverbeke authored
-
- Mar 20, 2013
-
-
Marijn Haverbeke authored
Also fixes a problem where individual gutter backgrounds would not fill the space next to the horiz scrollbar.
-
Marijn Haverbeke authored
Closes #1380
-