- Apr 23, 2011
-
-
Marijn Haverbeke authored
-
- Apr 22, 2011
-
-
Marijn Haverbeke authored
-
jem (graphite) authored
-
- Apr 20, 2011
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
the highlighter would re-parse the whole document on every change. this was noticeable on big documents or slow engines (IE)
-
Marijn Haverbeke authored
-
- Apr 19, 2011
-
-
Marijn Haverbeke authored
-
Timothy Farrell authored
-
Timothy Farrell authored
-
Marijn Haverbeke authored
-
- Apr 18, 2011
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
- Apr 17, 2011
-
-
Marijn Haverbeke authored
-
Timothy Farrell authored
-
Marijn Haverbeke authored
-
- Apr 15, 2011
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Mention CodeMirror UI and add a note about line wrapping.
-
- Apr 14, 2011
-
-
Marijn Haverbeke authored
CodeMirror no longer has a concept of 'character width', since that was just too broken -- tabs and non-ascii characters can have non- standard widths, even in monospace fonts. We now build up a DOM structure and measure its width whenever we have to determine the width of something.
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
The textarea would still have a 'reduced' selection, so replacing the selection by typing or pasting would not replace anything.
-
- Apr 12, 2011
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
When both horiz and vertical scrollbars were present, clicking the horiz one would be interpreted as a click in the code, and start a drag event.
-
- Apr 11, 2011
-
-
Marijn Haverbeke authored
This is a provisionary change for now. I'll finalize it and document it when it has been proven to be useful.
-
- Apr 10, 2011
-
-
Marijn Haverbeke authored
This way, scrolling won't cause the horizontal scrollbar to jitter, and the line PRE elements can be given a background that spans the whole editor.
-
- Apr 09, 2011
-
-
Marijn Haverbeke authored
-
Mateusz Paprocki authored
-
- Apr 07, 2011
-
-
Marijn Haverbeke authored
This reverts commit 0b4b4a81. Firefox raises an error when reading selectionStart on a textarea that's not in the DOM.
-
- Apr 06, 2011
-
-
Marijn Haverbeke authored
-
- Apr 04, 2011
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Daniel Parnell authored
-
- Apr 03, 2011
-
-
Marijn Haverbeke authored
Before, if you had an onCursorActivity callback that performed any modifying operation on the editor, it would prevent onChange from being fired
-
- Apr 01, 2011
-
-
Marijn Haverbeke authored
-
- Mar 30, 2011
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
- Mar 29, 2011
-
-
Marijn Haverbeke authored
-
- Mar 28, 2011
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-