- Dec 03, 2012
-
-
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
-
- Nov 28, 2012
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Mason Malone authored
-
James Campos authored
-
- Nov 27, 2012
-
-
Marijn Haverbeke authored
Issue #986
-
Marijn Haverbeke authored
Issue #986
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Timothy Hatcher authored
This stores the previous value for a mode property if an extension overwrites it with a new value. The old value is stored in a property prefixed with an underscore (e.g. "_token"). This allows extensions to piggyback the old value by still being able to access it.
-
Timothy Hatcher authored
This allows the xml mode to return a style with space separated classes and still work. I didn't use /\btag\b/ since that can match "tag-foo".
-
- Nov 26, 2012
-
-
Marijn Haverbeke authored
Closes #1002
-