- Dec 20, 2013
-
-
Marijn Haverbeke authored
Issue #2054
-
- Dec 18, 2013
-
-
Marijn Haverbeke authored
Issue #2054
-
Marijn Haverbeke authored
Closes #2059
-
- Dec 17, 2013
-
-
Marijn Haverbeke authored
-
Brandon Frohs authored
Closes #2039
-
Brandon Frohs authored
Closes #2040
-
- Dec 15, 2013
-
-
Marijn Haverbeke authored
Needed for some modes to load. Closes #2054
-
- Dec 14, 2013
-
-
hitsthings authored
Fixes #2011 in at least IE8+. When the resize-to-content styles are applied along with a removal of vertical padding on .CodeMirror-lines, IE would not display any content. Using `offsetWidth` instead of `clientWidth` fixes this for modern-ish IE. A more complex solution is needed to solve it for older browsers.
-
Abe Fettig authored
... to make a single-click pick a hint option instead of just selecting it.
-
- Dec 12, 2013
-
-
Alexander Solovyov authored
Closes #2050
-
Marijn Haverbeke authored
All tests now check whether indentation from mode corresponds to the indentation in the test source. test.indentation is gone.
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Issue #2049
-
Marijn Haverbeke authored
Issue #2048
-
Marijn Haverbeke authored
Closes #2048
-
eborden authored
Passing options causes issues in jshint since lint options are also passed. These options cause bad option errors in the annotation list.
-
Marijn Haverbeke authored
Closes #2047
-
Marijn Haverbeke authored
Closes #2046
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Add getHelpers and registerGlobalHelper, allow modes to specify arrays of helper names, support modeProps in mode specifications. Update foldcode and show-hint to make use of more powerful helper system by defining an `auto` helper that tries multiple helpers, and using that as default.
-
- Dec 11, 2013
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Also moves handling of electricChars to readInput, removing the timeout kludge. Issue #2029
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Using the cursor itself was awkward already, but turns out to also have strange effects (it was somehow treated as having height: 0 in some situations, by all browsers).
-
Maksym Taran authored
-
Marijn Haverbeke authored
Closes #2042
-
- Dec 10, 2013
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
And update Light Table link
-
- Dec 09, 2013
-
-
Marijn Haverbeke authored
Closes #2037
-
mloginov authored
-
Brandon Frohs authored
-
Brandon Frohs authored
-
Marijn Haverbeke authored
To make sure it isn't seeing comments that are actually strings. Issue #1975
-
Maksym Taran authored
-