- Feb 17, 2015
-
-
Nisarg Jhaveri authored
-
- Feb 09, 2015
-
-
KwanEsq authored
-
- Jan 24, 2015
-
-
Yunchi Luo authored
-
Kevin Ushey authored
-
- Jan 14, 2015
-
-
Marijn Haverbeke authored
(Blint is the in-tree tool factored into its own npm package.)
-
- Jan 09, 2015
-
-
Marijn Haverbeke authored
Issue #3023
-
- Dec 29, 2014
-
-
Marijn Haverbeke authored
Issue #3009
-
- Dec 22, 2014
-
-
Dan Bentley authored
- line.handle.gutterClass is successfully - Gutter class is removed from Markup Amending removeLineClass to remove gutter class from markup.
-
Marijn Haverbeke authored
Issue #2995
-
- Dec 21, 2014
-
-
Yunchi Luo authored
-
Kevin Ushey authored
-
- Dec 14, 2014
-
-
nightwing authored
-
- Dec 09, 2014
-
-
Marijn Haverbeke authored
Issue #2263
-
- Dec 01, 2014
-
-
Marijn Haverbeke authored
-
- Nov 29, 2014
-
-
nightwing authored
-
- Nov 21, 2014
-
- Nov 19, 2014
-
-
Yunchi Luo authored
I'm rewriting the way that visual mode is written to: 1. Fix some tricky bugs, like https://github.com/codemirror/CodeMirror/issues/2913, and a couple I uncovered while doing this. (Unit tests updated) 2. Significantly simplify blockwise visual mode The core of the changes here is that I'm creating a vim selection model. The selection model consists of ``` vim.sel.head vim.sel.anchor vim.visualMode vim.visualLine vim.visualBlock ``` I'm creating a 2-way binding between the vim and codemirror selection models. All motions now rely only on the vim selection model. Operators and actions still rely on the codemirror selection model, since they operate directly on the text. Sorry for the gigantic change but I couldn't make it any smaller and still pass all the tests... I'm planning to delete `getSelectedAreaRange`, `getLastSelectedAreaRange`, and `selectBlock` in future changes as they are obsolete now that vim keeps its own selection model. An added bonus here is that visual line mode now has a cursor that can be moved.
-
- Nov 17, 2014
-
-
Marijn Haverbeke authored
Add tests
-
- Nov 06, 2014
- Nov 04, 2014
-
-
Marijn Haverbeke authored
Issue #2908
-
- Oct 28, 2014
-
-
Marijn Haverbeke authored
As long as CodeMirror.normalizeKeyMap is called on them before they are used. This interface is a little weird, but backwards-compatible.
-
- Oct 27, 2014
-
-
nightwing authored
-
- Oct 25, 2014
-
-
nightwing authored
-
- Oct 24, 2014
-
-
nightwing authored
-
- Oct 16, 2014
-
-
Marijn Haverbeke authored
-
- Oct 12, 2014
-
-
Yunchi Luo authored
-
- Oct 11, 2014
-
-
Yunchi Luo authored
-
- Oct 05, 2014
-
-
blukat29 authored
When the buffer has only one line, pressing 'dd' causes CodeMirror to throw an error "There is no line -1".
-
- Sep 30, 2014
-
-
Yunchi Luo authored
-
Yunchi Luo authored
-
- Sep 29, 2014
-
-
Jon Sangster authored
-
- Sep 23, 2014
-
-
Marijn Haverbeke authored
-
- Aug 19, 2014
-
-
binny authored
-
- Aug 14, 2014
-
-
Andreas Reischuck authored
-
- Aug 11, 2014
-
-
binny authored
-
- Jul 31, 2014
- Jul 23, 2014
-
-
binny authored
-
Marijn Haverbeke authored
Issue #2717
-