- Apr 17, 2011
-
-
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
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
- Mar 27, 2011
-
-
Marijn Haverbeke authored
-
- Mar 26, 2011
-
-
Marijn Haverbeke authored
-
- Mar 25, 2011
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
when a css rule assigning width: 100%, border&padding: 0 existed for textareas, the editor would slow down to a crawl on webkit for some unfathomable reason
-
- Mar 24, 2011
-
-
Marijn Haverbeke authored
this is actually much nicer-looking (don't need to scroll it into view) and safe (since you can't scroll the editor without unfocusing the dropdown)
-
Marijn Haverbeke authored
-
- Mar 23, 2011
-
-
Marijn Haverbeke authored
i forgot to rename a use of a variable when i renamed its def
-
- Mar 17, 2011
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
we now use the fact that keypress will be repeatedly fired for held keys do the polling for changes in a more efficient way. this also fixes the issue with enter not repeating on Opera.
-
Marijn Haverbeke authored
-