- Jan 01, 2015
-
- Dec 31, 2014
-
- Dec 29, 2014
-
-
Ankit authored
Fixes bug #2156 for the most part indention was bugged because it was reaching a wrong state when any text that was not in the known set of words or patterns was incurred. for eg: head | <---- cursor should be here and lets take color : red as another example now 'red' is same to the current tokenizer as 'head' from the first example. So it indents for red automatically. It was fixed by not letting any text after colon to reach the state where it appends an indent after it.
-
Marijn Haverbeke authored
Issue #3009
-
Marijn Haverbeke authored
Issue #3009
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
To work around a layout quirk in Firefox Issue #3009
-
- Dec 23, 2014
-
-
Marijn Haverbeke authored
-
Patrick Stoica authored
-
Marijn Haverbeke authored
-
Gerard Braad authored
-
Marijn Haverbeke authored
Code that overrides this will break the new scroll model. Issue #2984
-
- Dec 22, 2014
-
-
Gerard Braad authored
-
Marijn Haverbeke authored
Issue #2967
-
Dan Bentley authored
- line.handle.gutterClass is successfully - Gutter class is removed from Markup Amending removeLineClass to remove gutter class from markup.
-
Marijn Haverbeke authored
Issue #2995
-
Gabriel Gheorghian authored
-
- Dec 21, 2014
-
-
Yunchi Luo authored
-
Kevin Ushey authored
-
- Dec 19, 2014
-
-
Marijn Haverbeke authored
So that => in a string or comment doesn't trigger weird indentation. Closes #2993
-
Marijn Haverbeke authored
Issue #2997
-
Marijn Haverbeke authored
That's what the parser configuration object is for. Also, I am unsure how this was supposed to even work. Issue #2996
-
- Dec 18, 2014
-
-
Marijn Haverbeke authored
Issue #2991
-
- Dec 17, 2014
-
-
Jakub Vrana authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
- Dec 16, 2014
-
-
Marijn Haverbeke authored
-
Jakub Vrana authored
-
- Dec 15, 2014
-
-
Jakub Vrana authored
-
Marijn Haverbeke authored
-
Nisarg Jhaveri authored
Fixes #2470
-
Marijn Haverbeke authored
Also cause widgets with addWidget to have their events ignored. See http://discuss.codemirror.net/t/click-to-clear-marker-created-with-cm-addwidget/98
-
Marijn Haverbeke authored
Also turn off reindentation inside strings and comments. Issue #2980
-
Jakub Vrana authored
-
- Dec 14, 2014
-
-
nightwing authored
-
- Dec 12, 2014
-
-
Marijn Haverbeke authored
Issue #2976
-
Robert Plummer authored
-