- May 31, 2011
-
-
Marijn Haverbeke authored
-
galambalazs authored
-
- May 30, 2011
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Empty or almost-empty lines would cause the highlighter to stop highlighting, because they didn't get new styles, even when the styling of the lines around them was completely changed (for example when adding a script tag around something in HTML mixed mode)
-
- May 26, 2011
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
readInput would, in some cases, take effect even though our textarea was in context-menu-hack mode.
-
Marijn Haverbeke authored
-
Ankit Ahuja authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
This might very well break something else, but passes my minimal tests.
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
So that languages in which blank lines are significant can detect them.
-
Marijn Haverbeke authored
Apparently, popping up the context menu took more than 50 \(\!\) milliseconds on that platform, and codemirror had already hidden the textarea again by the time the menu arrived.
-
Marijn Haverbeke authored
-
- May 23, 2011
-
-
Marijn Haverbeke authored
-
- May 18, 2011
-
-
Marijn Haverbeke authored
-
- May 16, 2011
-
-
Marijn Haverbeke authored
The code that selected the content of the textarea on a right-click wasn't selecting everything in IE because of the schizophrenic approach it takes to newlines and carriage returns.
-
- May 11, 2011
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Domizio Demichelis authored
-
Domizio Demichelis authored
-
- May 10, 2011
-
-
Marijn Haverbeke authored
-
- May 09, 2011
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
- 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
-