- Dec 17, 2014
-
-
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
-
Marijn Haverbeke authored
Issue #2967
-
Marijn Haverbeke authored
Closes #2968
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Issue #2969
-
David Vázquez authored
-
Marijn Haverbeke authored
Issue #2263
-
- Dec 08, 2014
-
-
Marijn Haverbeke authored
Issue #2967
-
Marijn Haverbeke authored
Remove a bunch of convoluting abstractions, make sure the regexps are actually cached.
-
Marijn Haverbeke authored
-
- Dec 07, 2014
-
-
Robert Crossfield authored
This file was taken from https://github.com/wisenomad/zenburn-lighttable-theme with a few modifications to make it work in CodeMirror
-
Jakub Vrána authored
-
- Dec 06, 2014
-
- Dec 04, 2014
-
-
Marijn Haverbeke authored
Issue #2964
-
Marijn Haverbeke authored
Allows convenient showing of panels (DOM nodes) above or below an editor, automatically shrinking the editor to make space.
-
Randall Mason authored
-
- Dec 03, 2014
-
-
Yassin N. Hassan authored
-
Marijn Haverbeke authored
Closes #2960
-