- Jan 07, 2013
-
-
Marijn Haverbeke authored
-
- Jan 04, 2013
-
-
Yunchi Luo authored
-
Yunchi Luo authored
-
- Jan 02, 2013
-
-
Yunchi Luo authored
-
- Dec 30, 2012
-
-
Peter Kroon authored
closes #993
-
- Dec 18, 2012
-
-
Marijn Haverbeke authored
-
Narciso Jaramillo authored
-
Marijn Haverbeke authored
Closes #1095
-
- Dec 11, 2012
-
-
Marijn Haverbeke authored
Issue #1079
-
- Dec 10, 2012
-
-
Marijn Haverbeke authored
-
Yunchi Luo authored
* and # will fall back to non-blank characters if no keyword is found.
-
- Dec 07, 2012
-
-
Yunchi Luo authored
-
Yunchi Luo authored
-
Yunchi Luo authored
-
- Dec 04, 2012
-
-
Yunchi Luo authored
-
Yunchi Luo authored
-
Yunchi Luo authored
-
- Dec 03, 2012
-
-
Yunchi Luo authored
-
Jason Siefken authored
moveByLines was changed to better keep track of the previous action. For example, if moveToEol was the previous action, moving up or down should stay at Eol regardless of line length.
-
- Nov 30, 2012
-
-
Yunchi Luo authored
-
Yunchi Luo authored
-
Yunchi Luo authored
-
- Nov 29, 2012
-
-
Yunchi Luo authored
-
Yunchi Luo authored
See discussion in https://github.com/marijnh/CodeMirror/pull/984
-
Marijn Haverbeke authored
Closes #995
-
Marijn Haverbeke authored
Useful for add-ons that need to register keys.
-
- Nov 22, 2012
-
-
Marijn Haverbeke authored
The 'inverted' hack which hailed from the ancient times when selection was handled by the hidden textarea, has been replaced with a saner explicit anchor and head. setSelection now directly sets the anchor and head, rather than always creating a forward selection.
-
- Nov 19, 2012
-
-
Marijn Haverbeke authored
I give up.
-
- Nov 07, 2012
-
-
Marijn Haverbeke authored
-
- Nov 05, 2012
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Issue #923
-
- Nov 02, 2012
-
-
Marijn Haverbeke authored
Things that happen in a single operation are now always combined into an undo history event. Subsequent typing or deleting is combined, if it is close together in time, even when done in separate operations. Closes #889 Also stores old selection position in undo history, restoring it when applying a changeset. Issue #923
-
- Oct 31, 2012
-
-
Marijn Haverbeke authored
-
- Oct 29, 2012
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Cut down on round-trips (and improve caching) by measuing all characters in a line at once, and caching the resulting object, rather than forcing an (expensive) DOM layout for every char that is measured, and caching per-char.
-
- Oct 27, 2012
-
-
Marijn Haverbeke authored
That were used to find the precise width at which something wraps.
-
- Oct 26, 2012
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
To allow arbitrary folding of text, and replacement with widgets. Remove old line folding system.
-
Marijn Haverbeke authored
-
- Oct 25, 2012
-
-
Marijn Haverbeke authored
-