- Dec 05, 2012
-
-
Marijn Haverbeke authored
Closes #1049
-
- Dec 04, 2012
-
-
Marijn Haverbeke authored
New computed heights for intermediate lines might cause the first attempt to not actually scroll the desited position into view. Closes #1043 Closes #1042
-
Marijn Haverbeke authored
Issue #1042
-
Marijn Haverbeke authored
Closes #1044
-
James Campos authored
`markText` changed parameters from v2 to v3
-
Matt Pass authored
Added .CodeMirror to end of class names so that under CodeMirror v3, the authors intended BG/FG is used rather than the parent styling seen
-
Yunchi Luo authored
-
Yunchi Luo authored
-
Yunchi Luo authored
-
Yunchi Luo authored
Various other style fixes. Updates to comments.
-
- Dec 03, 2012
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Tony Jian authored
-
Marijn Haverbeke authored
Closes #1026
-
Yunchi Luo authored
-
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
-
Marijn Haverbeke authored
-
Mason Malone authored
This adds a blankLine method that calls the current mode's blankLine if it has one. It has allows switching on a blank line if "\n" is specified for "open" or "close".
-
Yunchi Luo authored
-
Yunchi Luo authored
-
- Nov 29, 2012
-
-
Marijn Haverbeke authored
-
Yunchi Luo authored
-
Yunchi Luo authored
-
Yunchi Luo authored
-
Yunchi Luo authored
See discussion in https://github.com/marijnh/CodeMirror/pull/984
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Closes #995
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Useful for add-ons that need to register keys.
-
Marijn Haverbeke authored
-
Chandra Sekhar Pydi authored
array initialization (one entry per line) results in extra indentation from second element onwards: ex:- const string[] fields = { "one", "two", "three" };
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-