- Mar 15, 2013
-
-
Marijn Haverbeke authored
Closes #1351
-
- Mar 13, 2013
-
-
Narciso Jaramillo authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Closes #1349
-
Marijn Haverbeke authored
Closes #1346
-
- Mar 12, 2013
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
satchmorun authored
When any specified pair is empty, backspacing will also delete the closing bracket.
-
- Mar 11, 2013
-
-
satchmorun authored
Just a small nit. Without the list check, `getStateAfter` looks like it will always be true.
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
duralog authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Closes #1337
-
Marijn Haverbeke authored
Closes #1336
-
Marijn Haverbeke authored
-
satchmorun authored
It had been depending on the list token being highlighted with the class 'string', which it no longer is in the markdown mode. Updated to check the `list` property of the line's state.
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
These changes are experimental, not documented yet, and might not end up in the stable API.
-
- Mar 08, 2013
-
-
Marijn Haverbeke authored
Issue #1321
-
Marijn Haverbeke authored
-
- Mar 07, 2013
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
The state.tokenize property could return an array, but the token method didn't count on that. Closes #1326
-
Hasan Karahan authored
-
edsharp authored
Allows correct hinting even when the tag is multi-line by achieving a dot matches all effect by using [\s\S] instead.
-
Marijn Haverbeke authored
-
Miguel Castillo authored
-
- Mar 06, 2013
-
-
Marijn Haverbeke authored
Issue #1317
-
Marijn Haverbeke authored
-
Chris Coyier authored
-
flack authored
With the eclipse theme, if you move your cursor on a bracket and have the matching bracket option enabled, spans with borders are inserted. They push the rest of the line to the right by the amount of the border width, which looks very crappy. Using outline instead of border fixes this
-
Tom MacWright authored
Ran into this when trying to include CodeMirror from Browserify - the path of `codemirror.js` doesn't point to the necessary `lib/codemirror.js` file.
-
- Mar 05, 2013
-
-
Marijn Haverbeke authored
-
Daniel, Dao Quang Minh authored
-
Yunchi Luo authored
-