- Jun 07, 2011
-
-
Marijn Haverbeke authored
This normalizes the classes used by most of the modes (reStructuredText and diff didn't fit in), and makes them all reference a central style sheet (under theme/). It also adds a theme option that can be set to change the theme, and defines a few different themes (some based on old mode colors).
-
Marijn Haverbeke authored
Doing shift-left-arrow a few times and then shift-up a few times, you'd get weird jumping selections as you went up.
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
(Which would make horizonal scrollbars 'stick' after the wide lines had been deleted.)
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
See comment in code for details. Fixes #90
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
This remove the ugly white square popping up right before the context menu opens on right-click.
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
This prevents the 'flicker' of black text when typing in coloured elements.
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
It would raise an error on a hidden editor because showingTo was 0, causing no HTML to be produced, although further code assumed there would be at least one number. Fixes #110
-
Marijn Haverbeke authored
It causes random cursor movement and text deletion for some reason. Fixes #105
-
- Jun 06, 2011
-
-
Marijn Haverbeke authored
When the selection included the end of a line, and you typed a character, it'd get the offsets wrong and duplicate the part of the line before the selection. Fixes #111
-
Marijn Haverbeke authored
-
- Jun 02, 2011
-
-
Marijn Haverbeke authored
-
- Jun 01, 2011
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
This to solve issues with 'CSS reset' packages that gave PRE nodes a padding.
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
This might break some client code. There is now a CodeMirror-scroll class that is used to provide the scrolling, rather than using the outer wrapper for this. This allows adding fat borders to the wrapper without causing glitches in cursor and mouse-click positioning.
-
- 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
-