- Mar 12, 2013
-
-
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
-
Marijn Haverbeke authored
Closes #1310
-
- Mar 04, 2013
-
-
Marijn Haverbeke authored
-
Thaddee Tyl authored
Issues #988, #742, #612, etc. show that CodeMirror users tend to: 1. Not find how to make the Tab key insert spaces instead of a tab, 2. Miss how to use extraKeys to easily solve the issue. Adding an example helps them find a solution immediately.
-
- Mar 03, 2013
-
-
Joseph Pecoraro authored
This was causing "1^2" to tokenize as: (number, "1"), (variable, "^2). By tokenizing these bitwise operators as operators CodeMirror can correctly syntax highlight the 2 as a number. Likewise the number in "~0".
-
Marijn Haverbeke authored
-
David Pathakjee authored
-