- Jan 19, 2017
-
-
Jakub Vrána authored
Selecting two full lines including line ends makes a selection from line 1 to line 3 (ch: 0). This command used to sort three lines (1 to 3) which is not what I expect. This change makes it sort only two lines if there are no selected characters on the last line. It also fixes a fatal error if there are more than one selection on the same line (the code used 'range' instead of 'ranges'). It also selects the trailing newline after sorting the lines so that the whole lines are selected.
-
- Dec 03, 2016
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Closes #4419
-
- Oct 15, 2016
-
-
Dick Choi authored
-
- Oct 11, 2016
-
-
mtaran-google authored
-
- Jul 04, 2016
-
-
mtaran-google authored
-
- Jun 19, 2016
-
-
Jeff Jenkins authored
-
- Jun 09, 2016
-
-
Vincent Woo authored
-
- May 17, 2016
-
-
Marijn Haverbeke authored
This reverts commit 8dbb84f4. Issue #3127
-
- May 02, 2016
-
-
Pavel Petržela authored
-
- Apr 11, 2016
-
-
Vincent Woo authored
-
- Feb 02, 2016
-
-
Marijn Haverbeke authored
Closes #3803
-
- Dec 16, 2015
-
-
Marijn Haverbeke authored
Closes #3689
-
- Dec 07, 2015
-
-
Marijn Haverbeke authored
Closes #3684
-
- Oct 16, 2015
-
-
Vincent Woo authored
-
- Aug 24, 2015
-
-
Vincent Woo authored
Fixes #3449
-
- Jul 13, 2015
-
-
Vincent Woo authored
-
- Apr 01, 2015
-
-
Marijn Haverbeke authored
Closes #3170
-
- Mar 14, 2015
-
-
Marijn Haverbeke authored
Issue #3127
-
Vincent Woo authored
-
- 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.
-
- Jul 25, 2014
-
-
Marijn Haverbeke authored
Closes #2723
-
- Jun 24, 2014
-
-
Marijn Haverbeke authored
-
mtaran-google authored
-
- May 19, 2014
-
-
Marijn Haverbeke authored
Bumping them for every release just adds too much git noise and history blowup.
-
- May 09, 2014
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Issue #2542
-
- Apr 08, 2014
-
-
Marijn Haverbeke authored
Issue #2448
-
B Krishna Chaitanya authored
-
- Mar 20, 2014
-
-
Marijn Haverbeke authored
-
B Krishna Chaitanya authored
-
Marijn Haverbeke authored
Closes #2348
-
- Mar 18, 2014
-
-
Marijn Haverbeke authored
Issue #2380
-
B Krishna Chaitanya authored
-
- Mar 17, 2014
-
-
Marijn Haverbeke authored
Issue #2354
-
srajanpaliwal authored
"Shift-Ctrl-K" Delete line "Ctrl-K Ctrl-K" Delete line to right "Ctrl-K Ctrl-Backspace" Delete line to left Swapline scrolls with the cursor
-
Marijn Haverbeke authored
Issue #2354
-
srajanpaliwal authored
-
- Mar 15, 2014
-
-
Marijn Haverbeke authored
Issue #2362 Also add origins to the changes generated.
-
Marijn Haverbeke authored
This makes it easier to update selections by mapping over them.
-