- Jun 27, 2014
-
-
Marijn Haverbeke authored
-
- Jun 24, 2014
-
-
binny authored
-
Marijn Haverbeke authored
-
mtaran-google authored
-
mtaran-google authored
-
mtaran-google authored
Currently, if you perform the uncomment command with the cursor outside a single-line block comment, it will uncomment that block comment. This is unfortunate behavior for cases where the block comment is used to describe the parameter to a function like "foo(/* index */ 0)". It's also inconsistent: if you have a selection and a single-line block comment after the end of the selection, uncomment() will do nothing, however if you have a selection with a single-line block comment *before* the selection, it will line-comment out all the lines of the selection instead. This also isn't a complete fix, but significantly reduces the scope of the problem. For example if you have "/* foo */ bar /* baz */", uncomment() still does the wrong thing when the cursor is on foo or baz.
-
William Stein authored
-
- Jun 23, 2014
-
-
binny authored
-
Marijn Haverbeke authored
-
Peter Flynn authored
Lost negation operator when converting to new IE flags in bbefd22a.
-
Marijn Haverbeke authored
Issue #2635
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Issue #2644
-
Brian Grinstead authored
-
Marijn Haverbeke authored
Issue #2638
-
Marijn Haverbeke authored
Closes #2629
-
Alexandre Bique authored
-
Marijn Haverbeke authored
Closes #2623
-
Marijn Haverbeke authored
Issue #2621
-
Marijn Haverbeke authored
Using the CodeMirror-guttermarker and CodeMirror-guttermarker-subtle CSS classes to give the markers their color. Issue #2602
-
Adam Ahmed authored
When using the measure div to measure a LineWidget with coverGutter: true, set the parent's width to include the gutter. Otherwise, the widget will be measured as if it were not meant to cover the gutter (it will be measured at a narrower width). Fixes #2611
-
Adam Ahmed authored
Modified the lineWidgetChanged test to also test for #2611
-
mtaran-google authored
This makes it work correctly when the hanging indent is different from the indent unit.
-
Marijn Haverbeke authored
-
mtaran-google authored
As described in the comment, there was actually an intermediate selection being created, which clobbered the middle-click paste buffer and thus resulted in a $ being pasted instead of the actual content the user wanted. It's still a mystery why you couldn't repro it, but my guess is that due to some configuration (maybe in your window manager) your system wasn't updating the paste buffer as eagerly as Debian and Unity do by default.
-
- Jun 20, 2014
-
-
Yunchi Luo authored
-
Yunchi Luo authored
-
Yunchi Luo authored
-
binny authored
-
- Jun 19, 2014
-
-
Yunchi Luo authored
-
binny authored
Remove off-by-one in vim when head is further forward in the document than the anchor, where vim's selection becomes 1 less than CodeMirror's. This was originally done because the cursor showed past the anchor and looked like an additional character selection.
-
- Jun 17, 2014
-
-
Yunchi Luo authored
-
Yunchi Luo authored
-
Marcus Bointon authored
It's intended to match a literal `{`, but that must be escaped as it's a meta character in JS regex.
-
- Jun 13, 2014
-
-
Marijn Haverbeke authored
-
- Jun 10, 2014
-
-
Travis Heppe authored
-
- Jun 09, 2014
-
-
Marijn Haverbeke authored
Issue #2624
-
- Jun 08, 2014
-
-
Marijn Haverbeke authored
Issue #2622
-