- Jan 04, 2013
-
-
Yunchi Luo authored
-
Yunchi Luo authored
-
- Jan 02, 2013
-
-
Yunchi Luo authored
-
Yunchi Luo authored
-
- Dec 30, 2012
-
-
Yunchi Luo authored
-
- Dec 18, 2012
-
-
Marijn Haverbeke authored
For cheaply adding extra styling without going over the whole document and doing markText. Issue #1069
-
- Dec 17, 2012
-
-
Yunchi Luo authored
-
Yunchi Luo authored
-
Yunchi Luo authored
-
- Dec 10, 2012
-
-
Yunchi Luo authored
-
Yunchi Luo authored
-
Yunchi Luo authored
-
Yunchi Luo authored
-
Yunchi Luo authored
* and # will fall back to non-blank characters if no keyword is found.
-
Marijn Haverbeke authored
Issue #1065
-
Yunchi Luo authored
-
- Dec 07, 2012
-
-
Yunchi Luo authored
- Fix bug where visual mode cannot be entered from EOL. - When already in characterwise visual mode, pressing Shift-V now enters linewise visual mode instead of exiting visual mode. - Mouse selection in normal mode enables visual mode.
-
Yunchi Luo authored
-
Yunchi Luo authored
-
Yunchi Luo authored
-
- Dec 04, 2012
-
-
James Campos authored
`markText` changed parameters from v2 to v3
-
Yunchi Luo authored
-
Yunchi Luo authored
-
Yunchi Luo authored
-
Yunchi Luo authored
Various other style fixes. Updates to comments.
-
- Dec 03, 2012
-
-
Yunchi Luo authored
Use newlineAndIndentContinueComment by default, falling back to newlineAndIndent if the former command is not defined. Same behavior is made default for Enter key in insert mode.
-
Yunchi Luo authored
-
Jason Siefken authored
-
Jason Siefken authored
-
Jason Siefken authored
moveByLines was changed to better keep track of the previous action. For example, if moveToEol was the previous action, moving up or down should stay at Eol regardless of line length.
-
- Nov 30, 2012
-
-
Yunchi Luo authored
-
Yunchi Luo authored
-
Yunchi Luo authored
-
- Nov 29, 2012
-
-
Yunchi Luo authored
-
Yunchi Luo authored
-
Yunchi Luo authored
-
Yunchi Luo authored
See discussion in https://github.com/marijnh/CodeMirror/pull/984
-
- Nov 28, 2012
-
-
James Campos authored
-
- Nov 26, 2012
-
-
Paul Ivanov authored
As a die-hard vim addict, long ago, I retrained myself to type Ctrl-[ to leave insert mode. This sends the same control sequence as escape in many other places, actually, and this patch brings this functionality to CodeMirror. From vim's :help ctrl-[ *i_CTRL-[* *i_<Esc>* <Esc> or CTRL-[ End insert or Replace mode, go back to Normal mode. Finish abbreviation. Note: If your <Esc> key is hard to hit on your keyboard, train yourself to use CTRL-[. Typing CTRL-[ is particularly easy when caps-lock is remapped to being another CTRL key, since now neither hand needs to move away form the homerow, and both little fingers just slide a little, the left little finger slides to the right to where caps lock used to be, and the right little finger slides a little bit up to the '[' key
-
- Nov 22, 2012
-
-
Marijn Haverbeke authored
The 'inverted' hack which hailed from the ancient times when selection was handled by the hidden textarea, has been replaced with a saner explicit anchor and head. setSelection now directly sets the anchor and head, rather than always creating a forward selection.
-