- Jan 12, 2015
-
-
Marijn Haverbeke authored
-
- Jan 09, 2015
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marek Rudnicki authored
-
Marijn Haverbeke authored
Issue #3023
-
- Jan 07, 2015
-
-
Marijn Haverbeke authored
They aren't faster, and don't work on pseudo-arrays.
-
- Jan 05, 2015
-
-
Marijn Haverbeke authored
Issue #3015
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Issue #3019
-
- Jan 04, 2015
-
-
Yunchi Luo authored
-
- Jan 03, 2015
-
-
tel authored
-
Marijn Haverbeke authored
Issue #3017
-
- Jan 02, 2015
-
-
Ankit authored
To fix this I had to introduce new state parameter that tells if cursor is before colon or not.
- 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
-