- Mar 14, 2012
-
-
Ben Keen authored
-
Marijn Haverbeke authored
-
Anthony Grimes authored
I've differentiated between control-structury things and builtins. While there is rarely a true difference in these things because of the way Clojure works, it makes sense to highlight them differently. All of the desktop editors make similar decisions with their Clojure lexers. My reason for doing it is that it allows for more complex highlighting. I'm not sure if all of the things in the keyword list make sense there, but they do at a glance. I'll look more closely when I get to using this and send another pull request with any tweaks. Clojure's keywords (like :foo) were being highlighted as tags. That doesn't make sense and is inconsistent with, for example, the Ruby mode. You don't want to highlight tags the same as keywords in some cases because you can end up with pretty keywords and hideous HTML tags. I've switched those to be highlighted as atoms as per the Ruby mode. A few of the indent words were not being detected because they were being concatenated without trailing spaces. I fixed that.
-
Marijn Haverbeke authored
Passing local will return coordinates inside the edited document.
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Closes #435
-
Marijn Haverbeke authored
Conditionalizes the hack that stops dragging when the button is released for IE. Closes #433
-
Marijn Haverbeke authored
Issue #432
-
Marijn Haverbeke authored
Closes #431
-
- Mar 11, 2012
-
-
Marijn Haverbeke authored
This prevents false positives like Shift-Insert Closes #434
-
- Mar 06, 2012
-
-
Marijn Haverbeke authored
Otherwise, you'd get a cursor/text misalignment in some fonts.
-
Marijn Haverbeke authored
Closes #427
-
Marijn Haverbeke authored
Standardize theme, add links to front page and compression helper.
-
Mike Brevoort authored
-
- Mar 05, 2012
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
It wasn't being properly respected anyway.
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Peter Kroon authored
-
Peter Kroon authored
Use dummy image instead of default browsers image. Default is mighty ugly the way CodeMirror is now.
-
Marijn Haverbeke authored
To prevent a border from showing up during dragging. Issue #420
-
Peter Kroon authored
-
Thaddee Tyl authored
Signed-off-by:
Thaddee Tyl <thaddee.tyl@gmail.com>
-
Marijn Haverbeke authored
Closes #416
-
John Lees-Miller authored
-
John Lees-Miller authored
-
John Lees-Miller authored
-
John Lees-Miller authored
-
Tim Baumann authored
-
Tim Baumann authored
-
Tim Baumann authored
-
Marijn Haverbeke authored
And fix test suite which was demanding the wrong result. Closes #410
-
Marijn Haverbeke authored
Closes #409
-
Marijn Haverbeke authored
Some browser's (or OS'?) wrapping algorithm doesn't seem to entirely local -- the next word can also influence it. Closes #407
-
Marijn Haverbeke authored
-
Page authored
Manually pass the event to CodeMirror to handle in simple-hint.js, this stops backspace in an autocomplete dialog causing a navigate back event.
-
Marijn Haverbeke authored
Closes #401
-
Marijn Haverbeke authored
This seems to be the way to capture things like ctrl-F on IE. Issue #390
-
Marijn Haverbeke authored
Closes #373
-
Marijn Haverbeke authored
-