- Aug 17, 2012
-
-
Marijn Haverbeke authored
-
Page authored
-
Page authored
-
- Aug 16, 2012
-
-
Marijn Haverbeke authored
This is a temporary kludge. I hope we'll be able to find a better solution. (This should bring back the flicker issue on Lion.) Issue #727
-
Marijn Haverbeke authored
-
- Aug 15, 2012
-
-
Marijn Haverbeke authored
Makes its behavior match the documentation, and the behavior or .next(). Issue #724
-
Joost-Wim Boekesteijn authored
String.prototype.charAt returns '' (empty string) for characters outside the range of the string.
-
Jan Keromnes authored
Suggested implementation for issue #722
-
Marijn Haverbeke authored
Issue #721
-
Marijn Haverbeke authored
-
- Aug 13, 2012
-
-
Marijn Haverbeke authored
-
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
-