- 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
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Robert Plummer authored
-
Marijn Haverbeke authored
-
- Dec 02, 2014
-
-
Marijn Haverbeke authored
Issue #2952
-
Devon Carew authored
-
Marijn Haverbeke authored
Closes #2955
-
- Dec 01, 2014
-
-
Marijn Haverbeke authored
Issue #2928 Issue #2958
-
Marijn Haverbeke authored
-
Lanfei authored
-
silverwind authored
The gfm mode is for the GitHub flavour.
-
Anders Nawroth authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-