- Jun 23, 2014
-
-
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
-
- Jun 06, 2014
-
-
binny authored
-
binny authored
-
Marijn Haverbeke authored
Closes #2619
-
binny authored
-
- Jun 04, 2014
-
-
Anders Nawroth authored
-
binny authored
-
- Jun 03, 2014
-
-
as3boyan authored
-
Marijn Haverbeke authored
Issue #2604
-
Marijn Haverbeke authored
Closes #2598
-
mtaran-google authored
Fixes #2596
-
Marijn Haverbeke authored
-
- Jun 02, 2014
-
-
Travis Heppe authored
-
Yunchi Luo authored
This reverts commit 4b047883.
-
Travis Heppe authored
-
- Jun 01, 2014
-
-
Marijn Haverbeke authored
Issue #2587
-
- May 31, 2014
-
-
Maksym Taran authored
-
- May 29, 2014
-
-
Marijn Haverbeke authored
Issue #2587
-
Marijn Haverbeke authored
Issue #2594
-
mtaran-google authored
The issue can be seen on http://codemirror.net/mode/clike/index.html. In the C++ raw_string line, place the cursor after 'delim(' and type '('. Currently this causes a regexp error, which this patch fixes.
-
- May 26, 2014
-
-
Marijn Haverbeke authored
Issue #2562
-
- May 25, 2014
-
-
binny authored
-
Cheah Chu Yeow authored
This fixes non-empty selections having 2 highlights: the selection highlight and the active-line highlight. Non-empty selections should only have the selection highlight.
-
Marijn Haverbeke authored
-