- 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 07, 2016
-
-
Andrew Cheng authored
so other potential emacs-type modules can use
-
- Dec 03, 2016
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Closes #4419
-
- Nov 21, 2016
-
-
Kazuhito Hokamura authored
-
- Oct 15, 2016
-
-
Dick Choi authored
-
- Oct 11, 2016
-
-
mtaran-google authored
-
- Sep 05, 2016
-
-
nightwing authored
-
- Jul 07, 2016
-
-
Luke Granger-Brown authored
In Replace mode (or Overwrite mode) it should still go backwards without deleting characters.
-
- Jul 04, 2016
-
-
mtaran-google authored
-
- Jun 26, 2016
-
-
Yunchi Luo authored
and remove autocomplete bindings
-
- 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 26, 2016
-
-
Marijn Haverbeke authored
Issue #3991
-
- Apr 11, 2016
-
-
Vincent Woo authored
-
- Apr 05, 2016
-
-
Josh Soref authored
-
- Mar 31, 2016
-
-
Josh Soref authored
-
- Mar 28, 2016
-
-
Michael Zhou authored
The Error after the while(true) loop is not reachable and should be removed. The "this.iterator" property should be given an initial value of 0. This fixes two warnings reported by Closure Compiler.
-
- Mar 26, 2016
-
-
Michael Zhou authored
cm.save() might not exist if CodeMirror is not created from a textarea. This adds an additional check to prevent TypeErrors.
-
- Mar 24, 2016
-
-
Bharad authored
-
- Mar 21, 2016
-
-
Pierre Gerold authored
-
- Mar 07, 2016
-
-
nightwing authored
-
- Feb 18, 2016
-
-
Gabriel Horner authored
-
- Feb 03, 2016
-
-
Marijn Haverbeke authored
Closes #3806
-
- Feb 02, 2016
-
-
Marijn Haverbeke authored
Closes #3803
-
- Dec 20, 2015
-
-
Erik Welander authored
zt was placing 40% of the line above the visible area, and zb was placing it too high.
-
- Dec 16, 2015
-
-
nightwing authored
-
Marijn Haverbeke authored
Closes #3689
-
- Dec 07, 2015
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Closes #3684
-
- Nov 18, 2015
-
-
Kayur Patel authored
According to http://usejsdoc.org/about-getting-started.html, jsdoc comments must start with /**
-
- Oct 16, 2015
-
-
Vincent Woo authored
-
- Aug 24, 2015
-
-
Vincent Woo authored
Fixes #3449
-
- Jul 13, 2015
-
-
Vincent Woo authored
-
Max Schaefer authored
-
Max Schaefer authored
-
- Jun 07, 2015
-
-
Yunchi Luo authored
-
Kevin Ushey authored
- Use 'unshift' instead of 'push' to ensure newly mapped commands come first (and hence take precedence over previously mapped commands)
-