- Aug 13, 2012
-
-
Jan Keromnes authored
-
Marijn Haverbeke authored
Produces less noisy change objects when pressing enter.
-
Peter Kroon authored
-
Marijn Haverbeke authored
It now focuses the new editor only if the textarea argument currently has focus. Closes #714
-
Marijn Haverbeke authored
Closes #716
-
Marijn Haverbeke authored
(scrollEditorIntoView)
-
- Aug 10, 2012
-
-
Marijn Haverbeke authored
Page-up would sometimes scroll all the way to the top even though it shouldn't, because of a poorly chosen check in coordsChar. The new check should no longer get false positives.
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
This allows client code to find out which part of the document is currently being shown.
-
Marijn Haverbeke authored
This reverts commit b1431bd1. I pushed it by accident.
-
Peter Kroon authored
-
Peter Kroon authored
-
Marijn Haverbeke authored
Makes tests pass on IE, FF, and Opera again. Apparently, toUpperCase isn't all that standards, and ß.toUpperCase() produces SS on Webkit, ß on other browsers. Also worked around some crumminess in the way IE7 reports clientWidth. Issue #697
-
Brandon Frohs authored
-
Marijn Haverbeke authored
This fixes the problem where the tabs interfere with other text when only a single character wide. Issue #673
-
- Aug 09, 2012
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
In non-wrapping mode
-
Marijn Haverbeke authored
It was creating a StringStream with a default tabSize.
-
- Aug 08, 2012
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
This is easier to work with than the child/sibling pointer following that was needed to get the elements out. Also rename function createElement to elt, and make it possible to pass an array of child nodes.
-
Marijn Haverbeke authored
See 25f7d89f
-
Marijn Haverbeke authored
Closes #709
-
Marijn Haverbeke authored
Closes #708
-
Marijn Haverbeke authored
The old solution made clicking on tabs (and other wide characters) always put the cursor *before* them, even when clicking near their right.
-
- Aug 07, 2012
-
-
Pavel Feldman authored
-
Marijn Haverbeke authored
Closes #703
-
Brandon Frohs authored
-
- Aug 06, 2012
-
-
Marijn Haverbeke authored
Hide it by overlaying it with our fake scrollbar. Remove explicit wheel handling for reasons of being extremely hard to get right. Issue #694
-
Marijn Haverbeke authored
-
Pavel Feldman authored
-
Marijn Haverbeke authored
Issue #698
-
Marijn Haverbeke authored
Issue #698
-
Pavel Feldman authored
-
Pavel Feldman authored
-
Marijn Haverbeke authored
And move browser detection up in the codemirror.js file, to prevent further instances of 'use sniffing before actually doing it' bugs.
-