- Dec 23, 2014
-
-
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
-
Marijn Haverbeke authored
Closes #2983
-
- Dec 11, 2014
-
-
Marijn Haverbeke authored
-
Jakub Vrana authored
See https://developers.google.com/closure/templates/ for documentation. Closure Templates support text, HTML, JS and CSS code. I'm not extremely happy with the indentation which is currently based just on the Soy tags, not on the underlying code. Although this style is possible and sometimes used, it's not the most common style.
-
- Dec 10, 2014
-
-
Marijn Haverbeke authored
Closes #2658
-
Marijn Haverbeke authored
To prevent race conditions where an API call triggers a resetInput before the new input has been read. Closes #2975
-
Marijn Haverbeke authored
The code was confused beyond belief, and the hintWords functionality will provide the same completion power without loading an additional addon.
-
Marijn Haverbeke authored
Completing inside a word used to try and take the whole word into account. This is not typical completion behavior, and often not what you want. After this change, the addons only take the part of the word in front of the cursor into account.
-
Marijn Haverbeke authored
Closes #2974
-
nextrevision authored
A loop is caused in the Puppet mode when adding a capital letter due to an incomplete regex match and use of the backUp function. Resolving this issue required checking for a full match against the word before calling backUp on the stream.
-
- Dec 09, 2014
-
-
Marijn Haverbeke authored
-