- May 04, 2011
-
-
Jacob Lee authored
- Trailing commas in object literals are not allowed by the spec and are handled poorly in some browsers. - Added var to some variable declarations that were not meant to be globals.
-
Jakub Vrana authored
-
Jakub Vrana authored
-
- Apr 29, 2011
-
-
Marijn Haverbeke authored
(apparently my uglifyJS web-shim doesn't like redirects)
-
Marijn Haverbeke authored
-
- Apr 28, 2011
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Holding shift and then moving the cursor through the API would cause a 'selection extension' to happen, instead of simply moving the selection to its new state. Most visible when bindin shift-key combos to some editing function.
-
Marijn Haverbeke authored
-
- Apr 26, 2011
-
-
Marijn Haverbeke authored
Otherwise, in XHTML documents, writing a ]]> causes bad things to happen.
-
Marijn Haverbeke authored
For some reason, the absolutely positioned DIV containing the input textarea causes weird scrolling artifacts when set to width 0. Giving it width 1px and height 0 makes it behave normally again.
-
- 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
-